ActionScheduler_Action::get_hook()
Get action's hook.
Method of the class: ActionScheduler_Action{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ActionScheduler_Action = new ActionScheduler_Action(); $ActionScheduler_Action->get_hook();
ActionScheduler_Action::get_hook() ActionScheduler Action::get hook code WC 9.5.1
public function get_hook() { return $this->hook; }