Yoast_Notification::get_type()publicYoast 1.0

Get the type of the notification.

Метод класса: Yoast_Notification{}

Хуков нет.

Возвращает

Строку.

Использование

$Yoast_Notification = new Yoast_Notification();
$Yoast_Notification->get_type();

Код Yoast_Notification::get_type() Yoast 22.4

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