ActionScheduler_Action::get_priority()
Gets the action priority.
Method of the class: ActionScheduler_Action{}
No Hooks.
Return
Int
.
Usage
$ActionScheduler_Action = new ActionScheduler_Action(); $ActionScheduler_Action->get_priority();
ActionScheduler_Action::get_priority() ActionScheduler Action::get priority code WC 9.3.1
public function get_priority() { return $this->priority; }