Description
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
}
Avis
Il n’y a aucun avis pour cette extension.
Contributeurs/contributrices & développeurs/développeuses
« Bullhorn api client for wordpress » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
Contributeurs“Bullhorn api client for wordpress” a été traduit dans 2 locales. Remerciez l’équipe de traduction pour ses contributions.
Traduisez « Bullhorn api client for wordpress » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.