Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Bullhorn api client for wordpress

Beschrijving

Bullhorn Staffing synchronisation plugin

FAQ

How add bullhorn credentials

You should define constants in wp-config.php
php
define('BH_CLIENT_ID', 'dc585694-g09...');
define('BH_CLIENT_SECRET', 'Ico50E....');
define('BH_API_USERNAME', 'your_username');
define('BH_API_PASSWORD', 'your_password');

How get current user candidate

php
$candidate = \WPBullhornStaffing::candidate();
if($candidate) {
// candidate found
}

How get specific user candidate

php
$candidate = \WPBullhornStaffing::candidate($user);
if($candidate) {
// candidate found
}

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Bullhorn api client for wordpress” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Bullhorn api client for wordpress” is vertaald in 1 taal. Dank voor de vertalers voor hun bijdragen.

Vertaal “Bullhorn api client for wordpress” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.