Title: Personio
Author: tomcat2111
Published: <strong>27 ژوئن 2019</strong>
Last modified: 4 مارس 2020

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](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://fa.wordpress.org/plugins/personio/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/personio/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/personio/#installation)
 * [توسعه](https://fa.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/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/personio/) مشترک شوید.

## اطلاعات

 *  نگارش **0.0.3**
 *  آخرین به‌روزرسانی **6 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 4.9 یا بالاتر **
 *  آزمایش‌شده تا **5.3.21**
 *  نگارش PHP ** 5.2.4 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/personio/)
 * برچسب
 * [employees](https://fa.wordpress.org/plugins/tags/employees/)[HR](https://fa.wordpress.org/plugins/tags/hr/)
   [personio](https://fa.wordpress.org/plugins/tags/personio/)
 *  [نمایش پیشرفته](https://fa.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)