Title: Personio
Author: tomcat2111
Published: <strong>ജൂൺ 27, 2019</strong>
Last modified: മാർച്ച്‌ 4, 2020

---

Search 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

 എന്ന് [tomcat2111](https://profiles.wordpress.org/tomcat2111/)

[ഡൗൺലോഡ്](https://downloads.wordpress.org/plugin/personio.0.0.3.zip)

 * [വിശദാംശങ്ങൾ](https://ml.wordpress.org/plugins/personio/#description)
 * [അവലോകനങ്ങൾ](https://ml.wordpress.org/plugins/personio/#reviews)
 *  [ഇൻസ്റ്റാളേഷൻ](https://ml.wordpress.org/plugins/personio/#installation)
 * [Development](https://ml.wordpress.org/plugins/personio/#developers)

 [സഹായം](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

ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.

## 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).

## മെറ്റ

 *  Version **0.0.3**
 *  അവസാനം പുതുക്കിയത് **7 വര്‍ഷങ്ങള്‍ മുന്‍പ്**
 *  Active installations **10+**
 *  വേർഡ്പ്രസ്സ് പതിപ്പ് ** 4.9 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Tested up to **5.3.24**
 *  PHP പതിപ്പ് ** 5.2.4 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Language
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Tags
 * [employees](https://ml.wordpress.org/plugins/tags/employees/)[HR](https://ml.wordpress.org/plugins/tags/hr/)
   [personio](https://ml.wordpress.org/plugins/tags/personio/)
 *  [Advanced View](https://ml.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/)

## സഹായം

Got something to say? Need help?

 [പിന്തുണാ ഫോറം കാണുക](https://wordpress.org/support/plugin/personio/)

## സംഭാവന

Would you like to support the advancement of this plugin?

 [ ഈ പ്ലഗിനിലേക്ക് സംഭാവന ചെയ്യുക ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)