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://ar.wordpress.org/plugins/personio/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/personio/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/personio/#installation)
 * [التطوير](https://ar.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).

## ميتا Meta

 *  Version **0.0.3**
 *  Last updated **قبل 7 سنوات**
 *  Active installations **10+**
 *  WordPress version ** 4.9 أو أعلى **
 *  Tested up to **5.3.24**
 *  PHP version ** 5.2.4 أو أعلى **
 *  Language
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Tags
 * [employees](https://ar.wordpress.org/plugins/tags/employees/)[HR](https://ar.wordpress.org/plugins/tags/hr/)
   [personio](https://ar.wordpress.org/plugins/tags/personio/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/personio/advanced/)

## التقييم

لم يتم تقديم أي مراجعات بعد.

[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)