ActionScheduler_ActionClaim::get_actions()publicWC 1.0

Method of the class: ActionScheduler_ActionClaim{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_ActionClaim = new ActionScheduler_ActionClaim();
$ActionScheduler_ActionClaim->get_actions();

ActionScheduler_ActionClaim::get_actions() code WC 8.7.0

public function get_actions() {
	return $this->action_ids;
}