This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Bullhorn api client for wordpress

Maelezo

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
}

Reviews

Hakuna hakiki za programu-jalizi hii.

Wachangiaji & Wasanidi

“Bullhorn api client for wordpress” is open source software. The following people have contributed to this plugin.

Contributors

“Bullhorn api client for wordpress” zimetafsiriwa kwa lugha 2. Thank you to the translators for their contributions.

Translate “Bullhorn api client for wordpress” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.