Title: Personio
Author: tomcat2111
Published: <strong>27 iunie 2019</strong>
Last modified: 4 martie 2020

---

Caută module

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

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

# Personio

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

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

 * [Detalii](https://ro.wordpress.org/plugins/personio/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/personio/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/personio/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/personio/#developers)

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

## Descriere

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

## Instalare

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.

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„Personio” este un software open-source. La acest modul au contribuit următoarele
persoane.

Contributori

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

[Tradu „Personio” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/personio/), vezi [depozitarul SVN](https://plugins.svn.wordpress.org/personio/),
sau abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/personio/)
prin [RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versiunea **0.0.3**
 *  Ultima actualizare **Acum 6 ani**
 *  Instalări active: **10+**
 *  Versiune WordPress ** 4.9 sau mai recentă **
 *  Testat până la **5.3.21**
 *  Versiune PHP ** 5.2.4 sau mai recentă **
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Etichete
 * [employees](https://ro.wordpress.org/plugins/tags/employees/)[HR](https://ro.wordpress.org/plugins/tags/hr/)
   [personio](https://ro.wordpress.org/plugins/tags/personio/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/personio/advanced/)

## Evaluări

Nu a fost trimisă nicio recenzie până acum.

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

[Vezi toate recenziile](https://wordpress.org/support/plugin/personio/reviews/)

## Contributori

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

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/personio/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)