Title: Personio
Author: tomcat2111
Published: <strong>27. Juni 2019</strong>
Last modified: 4. März 2020

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

![](https://s.w.org/plugins/geopattern-icon/personio.svg)

# Personio

 Von [tomcat2111](https://profiles.wordpress.org/tomcat2111/)

[Herunterladen](https://downloads.wordpress.org/plugin/personio.0.0.3.zip)

 * [Details](https://de.wordpress.org/plugins/personio/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/personio/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/personio/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/personio/#developers)

 [Support](https://wordpress.org/support/plugin/personio/)

## Beschreibung

You can use such a shortcode to display the employees list or grid. By using the
attributes you can filter the fields with a regular expression. You have to set 
up these fields in Personio. But on the settings page of this plugin you can see
the available fields.

    ```
    [personio_team office=Berlin gender=male custom_999999=foo]
    ```

If you need addtional filtering then you can add a hook like the following.

    ```
    if (!function_exists('wp_personio_filter_team')) {
        function wp_personio_filter_team($employees)
        {
            return array_filter($employees, function($employee){
                return $employee->attributes->gender->value == 'male';
            }, ARRAY_FILTER_USE_BOTH);
        }

        add_filter('wp_personio_filter_team', 'wp_personio_filter_team');
    }
    ```

## Installation

After installing and activating this plugin you need to enter the client ID and 
secret on the settings page. You can get these from Personio.

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„Personio“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

 *   [ tomcat2111 ](https://profiles.wordpress.org/tomcat2111/)

[Übersetze „Personio“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/personio/), sieh
dir das [SVN-Repository](https://plugins.svn.wordpress.org/personio/) an oder abonniere
das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/personio/) per
[RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **0.0.3**
 *  Zuletzt aktualisiert **vor 6 Jahren**
 *  Aktive Installationen **10+**
 *  WordPress-Version ** 4.9 oder höher **
 *  Getestet bis **5.3.21**
 *  PHP-Version ** 5.2.4 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Schlagwörter
 * [employees](https://de.wordpress.org/plugins/tags/employees/)[HR](https://de.wordpress.org/plugins/tags/hr/)
   [personio](https://de.wordpress.org/plugins/tags/personio/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/personio/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

[Your review](https://wordpress.org/support/plugin/personio/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/personio/reviews/)

## Mitwirkende

 *   [ tomcat2111 ](https://profiles.wordpress.org/tomcat2111/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/personio/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)