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 9.8.4
public function get_actions() { return $this->action_ids; }