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