Yoast_Notification::__toString()publicYoast 1.0

Adds string (view) behaviour to the notification.

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

Хуков нет.

Возвращает

Строку.

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

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

Код Yoast_Notification::__toString() Yoast 22.4

public function __toString() {
	return $this->render();
}