Skildring
Bullhorn Staffing synchronisation plugin
Vanlege spm.
-
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
}
Omtalar
There are no reviews for this plugin.
Bidragsytarar og utviklarar
“Bullhorn api client for wordpress” is open source software. The following people have contributed to this plugin.
Contributors“Bullhorn api client for wordpress” er omsett til 2 språk. Takk til omsetjarane for bidraga deira.
Omset “Bullhorn api client for wordpress” til ditt eige språk.
Interested in development?
Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.