ActionScheduler_Logger::hook_stored_action()
Метод класса: ActionScheduler_Logger{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ActionScheduler_Logger = new ActionScheduler_Logger(); $ActionScheduler_Logger->hook_stored_action();
Код ActionScheduler_Logger::hook_stored_action() ActionScheduler Logger::hook stored action WC 9.2.3
public function hook_stored_action() { add_action( 'action_scheduler_stored_action', array( $this, 'log_stored_action' ) ); }