Title: Personio
Author: tomcat2111
Published: <strong>27.06.2019</strong>
Last modified: 04.03.2020

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](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://ru.wordpress.org/plugins/personio/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/personio/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/personio/#installation)
 * [Разработка](https://ru.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).

## Мета

 *  Версия **0.0.3**
 *  Обновление: **6 лет назад**
 *  Активных установок: **10+**
 *  Версия WordPress ** 4.9 или выше **
 *  Совместим вплоть до: **5.3.21**
 *  Версия PHP ** 5.2.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Метки:
 * [employees](https://ru.wordpress.org/plugins/tags/employees/)[HR](https://ru.wordpress.org/plugins/tags/hr/)
   [personio](https://ru.wordpress.org/plugins/tags/personio/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/personio/advanced/)

## Оценки

Пока что нет ни одного отзыва.

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

[Посмотреть всеотзывы](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)