ActionScheduler_ActionClaim::get_actions
Get IDs of claimed actions.
Метод класса: ActionScheduler_ActionClaim{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ActionScheduler_ActionClaim = new ActionScheduler_ActionClaim(); $ActionScheduler_ActionClaim->get_actions();
Код ActionScheduler_ActionClaim::get_actions() ActionScheduler ActionClaim::get actions WC 9.9.5
public function get_actions() { return $this->action_ids; }