[WordPress] 外掛分享: Personio

前言介紹

  • 這款 WordPress 外掛「Personio」是 2019-06-26 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2020-03-04,距離現在已有 1886 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.9 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.2.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

tomcat2111 |

外掛標籤

HR | personio | employees |

內容簡介

您可以使用這個短碼來展示員工列表或網格。通過使用屬性,您可以使用正則表達式篩選字段。您必須在 Personio 中設置這些字段。但在此插件的設置頁面上,您可以查看可用的字段。

[personio_team office=Berlin gender=male custom_999999=foo]

如果您需要額外的篩選,那麼您可以添加以下類似的鉤子。

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

原文外掛簡介

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

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Personio」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.0.1 | 0.0.2 | 0.0.3 | trunk |

延伸相關外掛(你可能也想知道)

  • Personio Integration Light 》將您在Personio中的職位直接導入並在您的網站上顯示。完全掌控它們的顯示方式。, 使用Personio Integration Pro在職位上顯示申請表格,並將申請從網站轉移到P...。
  • Eezy Recruit 》Eezy Recruit 可以從您的招聘平台中提取開放職位,並通過簡單美麗的手風琴列表的 shortcode「[recruit]」呈現它們。, 可用的 API:, , , Google 招聘, 文檔:...。

文章
Filter
Apply Filters
Mastodon