Title: Personio
Author: tomcat2111
Published: <strong>27 Junho, 2019</strong>
Last modified: 4 Março, 2020

---

Procurar plugins

Este plugin **não foi testado com as 3 últimas grandes versões do WordPress**. Pode
já não ser suportado e pode ter problemas de compatibilidade quando usado com versões
mais recentes do WordPress.

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

# Personio

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

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

 * [Detalhes](https://pt.wordpress.org/plugins/personio/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/personio/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/personio/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/personio/#developers)

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

## Descrição

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

## Instalação

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.

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Personio” é software de código aberto. As seguintes pessoas contribuíram para este
plugin:

Contribuidores

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

[Traduza o “Personio” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/personio/), consulte
o [repositório SVN](https://plugins.svn.wordpress.org/personio/), ou subscreva o
[registo de alterações](https://plugins.trac.wordpress.org/log/personio/) por [RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Metadados

 *  Versão **0.0.3**
 *  Última actualização **Há 6 anos**
 *  Instalações activas **10+**
 *  Versão do WordPress ** 4.9 ou superior **
 *  Testado até **5.3.21**
 *  Versão do PHP ** 5.2.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Etiquetas
 * [employees](https://pt.wordpress.org/plugins/tags/employees/)[HR](https://pt.wordpress.org/plugins/tags/hr/)
   [personio](https://pt.wordpress.org/plugins/tags/personio/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/personio/advanced/)

## Classificações

Ainda não foram submetidas avaliações.

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

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

## Contribuidores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/personio/)

## Doar

Gostaria de apoiar o desenvolvimento deste plugin?

 [ Fazer donativo para o plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)