ActionScheduler_ActionClaim::get_actions()publicWC 1.0

Метод класса: ActionScheduler_ActionClaim{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код ActionScheduler_ActionClaim::get_actions() WC 8.7.0

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