plugin-icon

Personio

제작자: tomcat2111·
This plugin provides a shortcode to display your employees from Personio.
버전
0.0.3
활성화된 설치 항목
10
최근 업데이트일
Mar 4, 2020

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'); }
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 5.3.20
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.