Title: Personio
Author: tomcat2111
Published: <strong>27. Juna 2019.</strong>
Last modified: 4. Marta 2020.

---

Pretražite dodatke

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

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

# Personio

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

[Skini](https://downloads.wordpress.org/plugin/personio.0.0.3.zip)

 * [Detalji](https://bs.wordpress.org/plugins/personio/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/personio/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/personio/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/personio/#developers)

 [Podrška](https://wordpress.org/support/plugin/personio/)

## Opis

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

## Instalacija

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.

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

“Personio” is open source software. The following people have contributed to this
plugin.

Doprinositelji

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

[Prevedi “Personio” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/personio)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/personio/), pogledajte
[SVN spremište](https://plugins.svn.wordpress.org/personio/)ili se pretplatite na
[dnevnik razvoja](https://plugins.trac.wordpress.org/log/personio/) od [RSS](https://plugins.trac.wordpress.org/log/personio/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **0.0.3**
 *  Last updated **prije 7 godina**
 *  Active installations **10+**
 *  WordPress version ** 4.9 ili viša **
 *  Tested up to **5.3.24**
 *  PHP version ** 5.2.4 ili viša **
 *  Language
 * [English (US)](https://wordpress.org/plugins/personio/)
 * Tags
 * [employees](https://bs.wordpress.org/plugins/tags/employees/)[HR](https://bs.wordpress.org/plugins/tags/hr/)
   [personio](https://bs.wordpress.org/plugins/tags/personio/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/personio/advanced/)

## Ocjene

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/)

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/personio/)

## Pokloni

Da li bi ste željeli da podržite napredovanje ovog proširenja?

 [ Pokloni ovom proširenju ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FW95HB4TZDWP8&source=url)