Title: Personio
Author: tomcat2111
Published: <strong>27 birželio, 2019</strong>
Last modified: 4 kovo, 2020

---

Ieškoti įskiepiuose

Šis įskiepis **nebuvo išbandytas su 3 vėliausiomis WordPress versijomis**. Jis tikriausiai
nėra prižiūrimas ir palaikomas, todėl gali neveikti su naujausiomis WordPress versijomis.

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

# Personio

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

[Parsisiųsti](https://downloads.wordpress.org/plugin/personio.0.0.3.zip)

 * [Informacija](https://lt.wordpress.org/plugins/personio/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/personio/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/personio/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/personio/#developers)

 [Pagalba](https://wordpress.org/support/plugin/personio/)

## Aprašymas

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

## Diegimas

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.

## Atsiliepimai

Įskiepis neturi atsiliepimų.

## Programuotojai ir komandos nariai

“Personio” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti
toliau.

Autoriai

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

[Išverskite “Personio” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/personio/), naršykite
[SVN repozitorijoje](https://plugins.svn.wordpress.org/personio/), arba užsiprenumeruokite
[kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/personio/) per [RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Metainformacija

 *  Version **0.0.3**
 *  Atnaujinta **prieš 7 metai**
 *  Aktyvių instaliacijų **10+**
 *  WordPress versija ** 4.9 ar naujesnė **
 *  Ištestuota iki **5.3.23**
 *  PHP versija ** 5.2.4 ar naujesnė **
 *  Kalba
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Žymos
 * [employees](https://lt.wordpress.org/plugins/tags/employees/)[HR](https://lt.wordpress.org/plugins/tags/hr/)
   [personio](https://lt.wordpress.org/plugins/tags/personio/)
 *  [Daugiau](https://lt.wordpress.org/plugins/personio/advanced/)

## Įvertinimai

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/personio/reviews/)

## Autoriai

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

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/personio/)

## Paremkite

Galbūt norite padėti plėtoti šį įskiepį?

 [ Paremti įskiepio kūrimą ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)