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

---

Buscar plugins

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

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

# Personio

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

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

 * [Detalles](https://cl.wordpress.org/plugins/personio/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/personio/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/personio/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/personio/#developers)

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

## Descripción

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

## Instalación

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.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Personio” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

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

[Traduce “Personio” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/personio)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/personio/), echa un
vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/personio/), o suscríbete
al [registro de desarrollo](https://plugins.trac.wordpress.org/log/personio/) por
[RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versión **0.0.3**
 *  Última actualización **hace 6 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 4.9 o superior **
 *  Probado hasta **5.3.23**
 *  Versión de PHP ** 5.2.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Etiquetas
 * [employees](https://cl.wordpress.org/plugins/tags/employees/)[HR](https://cl.wordpress.org/plugins/tags/hr/)
   [personio](https://cl.wordpress.org/plugins/tags/personio/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/personio/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

[Tu reseña](https://wordpress.org/support/plugin/personio/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/personio/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/personio/)

## Donar

¿Te gustaría apoyar el avance de este plugin?

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