Yoast_Notification::get_message()
Get the message for the notification.
Метод класса: Yoast_Notification{}
Хуков нет.
Возвращает
Строку
. The message.
Использование
$Yoast_Notification = new Yoast_Notification(); $Yoast_Notification->get_message();
Код Yoast_Notification::get_message() Yoast Notification::get message Yoast 24.0
public function get_message() { return wpautop( $this->message ); }