ActionScheduler_Action::get_prioritypublicWC 1.0

Gets the action priority.

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

Хуков нет.

Возвращает

int.

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

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

Код ActionScheduler_Action::get_priority() WC 10.5.2

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