Title: Personio
Author: tomcat2111
Published: <strong>27. јун 2019.</strong>
Last modified: 4. март 2020.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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

# Personio

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

[Преузимање](https://downloads.wordpress.org/plugin/personio.0.0.3.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/personio/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/personio/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/personio/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/personio/#developers)

 [Подршка](https://wordpress.org/support/plugin/personio/)

## Опис

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

## Постављање

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.

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„Personio“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

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

[Преведите „Personio“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/personio/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/personio/) или се пријавите на
[белешку градње](https://plugins.trac.wordpress.org/log/personio/) преко [RSS-а](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Version **0.0.3**
 *  Last updated **6 година раније**
 *  Active installations **10+**
 *  WordPress version ** 4.9 или новије **
 *  Tested up to **5.3.21**
 *  PHP version ** 5.2.4 или новије **
 *  Language
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Tags
 * [employees](https://sr.wordpress.org/plugins/tags/employees/)[HR](https://sr.wordpress.org/plugins/tags/hr/)
   [personio](https://sr.wordpress.org/plugins/tags/personio/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/personio/advanced/)

## Оцене

No reviews have been submitted yet.

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

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

## Сарадници

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

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/personio/)

## Донирај

Желите ли да подржите напредак овог додатка?

 [ Донирај овом додатку ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)