ActionScheduler_Action::get_hook()
Метод класса: ActionScheduler_Action{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ActionScheduler_Action = new ActionScheduler_Action(); $ActionScheduler_Action->get_hook();
Код ActionScheduler_Action::get_hook() ActionScheduler Action::get hook WC 7.7.2
public function get_hook() { return $this->hook; }