Title: Personio
Author: tomcat2111
Published: <strong>2019年6月27日</strong>
Last modified: 2020年3月4日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](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://ja.wordpress.org/plugins/personio/#description)
 * [レビュー](https://ja.wordpress.org/plugins/personio/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/personio/#installation)
 * [開発](https://ja.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)
で購読してみてください。

## メタ

 *  バージョン **0.0.3**
 *  最終更新日 **7年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 4.9またはそれ以降 **
 *  検証済み最新バージョン: **5.3.23**
 *  PHP バージョン ** 5.2.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/personio/)
 * タグ
 * [employees](https://ja.wordpress.org/plugins/tags/employees/)[HR](https://ja.wordpress.org/plugins/tags/hr/)
   [personio](https://ja.wordpress.org/plugins/tags/personio/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/personio/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](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)