ActionScheduler_Action::set_hook() protected WC 1.0
{} It's a method of the class: ActionScheduler_Action{}
No Hooks.
Return
Null. Nothing.
Usage
// protected - for code of main (parent) or child class $result = $this->set_hook( $hook );
- $hook(string) (required)
- -
Code of ActionScheduler_Action::set_hook() ActionScheduler Action::set hook WC 5.0.0
protected function set_hook( $hook ) {
$this->hook = $hook;
}