Priskribo
Bullhorn Staffing synchronisation plugin
OD
-
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
}
Pritaksoj
There are no reviews for this plugin.
Kontribuantoj k. programistoj
“Bullhorn api client for wordpress” estas liberkoda programo. La sekvaj homoj kontribuis al la kromprogramo.
Kontribuantoj“Bullhorn api client for wordpress” has been translated into 2 locales. Thank you to the translators for their contributions.
Traduki “Bullhorn api client for wordpress” en vian lingvon.
Ĉu interesita en programado?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.