Title: Personio
Author: tomcat2111
Published: <strong>27 Tháng 6, 2019</strong>
Last modified: 4 Tháng 3, 2020

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

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

# Personio

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

[Tải về](https://downloads.wordpress.org/plugin/personio.0.0.3.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/personio/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/personio/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/personio/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/personio/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/personio/)

## Mô tả

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

## Cài đặt

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.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Personio” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “Personio” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/personio/), check out [SVN repository](https://plugins.svn.wordpress.org/personio/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/personio/)
qua [RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Phiên bản **0.0.3**
 *  Cập nhật lần cuối **6 năm trước**
 *  Số lượt cài đặt **10+**
 *  Phiên bản WordPress ** 4.9 hoặc cao hơn **
 *  Đã kiểm tra lên đến **5.3.21**
 *  Phiên bản PHP ** 5.2.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Thẻ
 * [employees](https://vi.wordpress.org/plugins/tags/employees/)[HR](https://vi.wordpress.org/plugins/tags/hr/)
   [personio](https://vi.wordpress.org/plugins/tags/personio/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/personio/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/personio/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/personio/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)