このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Bullhorn api client for wordpress

説明

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
}

評価

このプラグインにはレビューがありません。

貢献者と開発者

Bullhorn api client for wordpress はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Bullhorn api client for wordpress” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Bullhorn api client for wordpress” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。