ActionScheduler_Action::get_priority()
Gets the action priority.
Метод класса: ActionScheduler_Action{}
Хуков нет.
Возвращает
int
.
Использование
$ActionScheduler_Action = new ActionScheduler_Action(); $ActionScheduler_Action->get_priority();
Код ActionScheduler_Action::get_priority() ActionScheduler Action::get priority WC 9.7.1
public function get_priority() { return $this->priority; }