Requests_Auth::register() public WP 1.0
Register hooks as needed
This method is called in Requests::request when the user has set an instance as the 'auth' option. Use this callback to register all the hooks you'll need.
{} Это метод класса: Requests_Auth{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$Requests_Auth = new Requests_Auth(); $Requests_Auth->register( $hooks );
- $hooks(Requests_Hooks) (обязательный)
- Hook system
Заметки
- Смотрите: Requests_Hooks::register
Код Requests_Auth::register() Requests Auth::register WP 5.7
public function register(Requests_Hooks &$hooks);