ActionScheduler_Action::get_hook()publicWC 1.0

Метод класса: ActionScheduler_Action{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ActionScheduler_Action = new ActionScheduler_Action();
$ActionScheduler_Action->get_hook();

Код ActionScheduler_Action::get_hook() WC 8.7.0

public function get_hook() {
	return $this->hook;
}