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