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