Home Plugins personio
Personio logo

Personio

by tomcat2111 on WordPress.org

This plugin provides a shortcode to display your employees from Personio.

(0)

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');
}
Active installations10+
Weekly downloads
8-11.11%
Version0.0.3
Last updated3/4/2020
WordPress version4.9
Tested up to5.3.18
PHP version5.2.4
Tags
employeesHRpersonio
Personio | Plugin0