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