ActionScheduler_ActionClaim::get_actions
Get IDs of claimed actions.
Method of the class: ActionScheduler_ActionClaim{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_ActionClaim = new ActionScheduler_ActionClaim(); $ActionScheduler_ActionClaim->get_actions();
ActionScheduler_ActionClaim::get_actions() ActionScheduler ActionClaim::get actions code WC 10.6.2
public function get_actions() {
return $this->action_ids;
}