Title: Personio
Author: tomcat2111
Published: <strong>Hunyo 27, 2019</strong>
Last modified: Marso 4, 2020

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

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

# Personio

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

[I-download](https://downloads.wordpress.org/plugin/personio.0.0.3.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/personio/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/personio/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/personio/#installation)
 * [Development](https://tl.wordpress.org/plugins/personio/#developers)

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

## Deskripsyon

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');
    }
    ```

## Pag-install

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.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Personio” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa
plugin na ito.

Mga Contributor

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

[Isalin ang “Personio” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/personio/), i-check
ang [SVN repository](https://plugins.svn.wordpress.org/personio/), o mag-subscribe
sa [development log](https://plugins.trac.wordpress.org/log/personio/) sa pamamagitan
ng [RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Bersyon **0.0.3**
 *  Huling na-update **6 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 4.9 o mas bago **
 *  Sinubukan hanggang **5.3.23**
 *  Bersyon ng PHP ** 5.2.4 o mas bago **
 *  Wika
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Mga Tag
 * [employees](https://tl.wordpress.org/plugins/tags/employees/)[HR](https://tl.wordpress.org/plugins/tags/hr/)
   [personio](https://tl.wordpress.org/plugins/tags/personio/)
 *  [Advanced View](https://tl.wordpress.org/plugins/personio/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng mga review](https://wordpress.org/support/plugin/personio/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

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

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)