ActionScheduler_Action::get_priority()publicWC 1.0

Gets the action priority.

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

Хуков нет.

Возвращает

int.

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

$ActionScheduler_Action = new ActionScheduler_Action();
$ActionScheduler_Action->get_priority();

Код ActionScheduler_Action::get_priority() WC 9.7.1

public function get_priority() {
	return $this->priority;
}