Yoast_Notification::get_type
Get the type of the notification.
Метод класса: Yoast_Notification{}
Хуков нет.
Возвращает
string.
Использование
$Yoast_Notification = new Yoast_Notification(); $Yoast_Notification->get_type();
Код Yoast_Notification::get_type() Yoast Notification::get type Yoast 28.4
public function get_type() {
return $this->options['type'];
}