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

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# Personio

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

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

 * [Dettagli](https://it.wordpress.org/plugins/personio/#description)
 * [Recensioni](https://it.wordpress.org/plugins/personio/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/personio/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/personio/#developers)

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

## Descrizione

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

## Installazione

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.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Personio” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Personio” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/personio/) segui 
il [repository SVN](https://plugins.svn.wordpress.org/personio/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/personio/)
tramite [RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versione **0.0.3**
 *  Ultimo aggiornamento **6 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 4.9 o superiore **
 *  Testato fino alla versione **5.3.23**
 *  Versione PHP ** 5.2.4 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Tag
 * [employees](https://it.wordpress.org/plugins/tags/employees/)[HR](https://it.wordpress.org/plugins/tags/hr/)
   [personio](https://it.wordpress.org/plugins/tags/personio/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/personio/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[La tua recensione](https://wordpress.org/support/plugin/personio/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/personio/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/personio/)

## Dona

Vuoi supportare lo sviluppo di questo plugin?

 [ Fai una donazione per questo plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)