Описание
Bullhorn Staffing synchronisation plugin
Часто задаваемые вопросы
-
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
}
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Bullhorn api client for wordpress» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Bullhorn api client for wordpress» переведён на 2 языка. Благодарим переводчиков за их работу.
Перевести «Bullhorn api client for wordpress» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.