Title: Personio
Author: tomcat2111
Published: <strong>27, Xunu de 2019</strong>
Last modified: 4, Marzu de 2020

---

Guetar plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Personio

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

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

 * [Details](https://ast.wordpress.org/plugins/personio/#description)
 * [Reviews](https://ast.wordpress.org/plugins/personio/#reviews)
 *  [Installation](https://ast.wordpress.org/plugins/personio/#installation)
 * [Development](https://ast.wordpress.org/plugins/personio/#developers)

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

## Description

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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Personio” is open source software. The following people have contributed to this
plugin.

Contributors

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

[Translate “Personio” into your language.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/personio/), check out
the [SVN repository](https://plugins.svn.wordpress.org/personio/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/personio/) by [RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **0.0.3**
 *  Last updated **6 años ago**
 *  Active installations **10+**
 *  WordPress version ** 4.9 or higher **
 *  Tested up to **5.3.21**
 *  PHP version ** 5.2.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Tags
 * [employees](https://ast.wordpress.org/plugins/tags/employees/)[HR](https://ast.wordpress.org/plugins/tags/hr/)
   [personio](https://ast.wordpress.org/plugins/tags/personio/)
 *  [Advanced View](https://ast.wordpress.org/plugins/personio/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/personio/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)