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