Yoast_Notification::__toString()
Adds string (view) behaviour to the notification.
Метод класса: Yoast_Notification{}
Хуков нет.
Возвращает
Строку
.
Использование
$Yoast_Notification = new Yoast_Notification(); $Yoast_Notification->__toString();
Код Yoast_Notification::__toString() Yoast Notification:: toString Yoast 24.7
public function __toString() { return $this->render(); }