Deskripzioa
Bullhorn Staffing synchronisation plugin
MEG
-
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
}
Berrikuspenak
Ez dago berrikuspenik plugin honentzat.
Laguntzaileak eta Garatzaileak
“Bullhorn api client for wordpress” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.
LaguntzaileakBullhorn api client for wordpress 2 eskualde-ezarpenetara itzuli da. Eskerrik asko itzultzaileei beraien ekarpenengatik.
Itzul zaitez Bullhorn api client for wordpress zure hizkuntzara.
Garapena interesatzen zaizu?
Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.