Title: Personio
Author: tomcat2111
Published: <strong>27. 6. 2019</strong>
Last modified: 4. 3. 2020

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# Personio

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

[Stáhnout](https://downloads.wordpress.org/plugin/personio.0.0.3.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/personio/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/personio/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/personio/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/personio/#developers)

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

## Popis

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

## Instalace

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.

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Personio je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “Personio” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/personio/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/personio/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/personio/) pomocí
[RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Verze **0.0.3**
 *  Poslední aktualizace **před 6 roky**
 *  Aktivních instalací **10+**
 *  Verze WordPressu ** 4.9 nebo novější **
 *  Testováno až do WordPressu **5.3.21**
 *  Verze PHP ** 5.2.4 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Štítky
 * [employees](https://cs.wordpress.org/plugins/tags/employees/)[HR](https://cs.wordpress.org/plugins/tags/hr/)
   [personio](https://cs.wordpress.org/plugins/tags/personio/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/personio/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/personio/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/personio/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)