ActionScheduler_ActionClaim::get_actionspublicWC 1.0

Get IDs of claimed actions.

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

Хуков нет.

Возвращает

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

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

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

Код ActionScheduler_ActionClaim::get_actions() WC 9.9.5

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