Yoast_Notification::get_priority()publicYoast 1.0

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 21.6

public function get_priority() {
	return $this->options['priority'];
}