Yoast_Notification::get_priority()
Priority of the notification.
Relative to the type.
Метод класса: Yoast_Notification{}
Хуков нет.
Возвращает
float
. Returns the priority between 0 and 1.
Использование
$Yoast_Notification = new Yoast_Notification(); $Yoast_Notification->get_priority();
Код Yoast_Notification::get_priority() Yoast Notification::get priority Yoast 21.6
public function get_priority() { return $this->options['priority']; }