Yoast\WP\SEO\Generated

Cached_Container::getYoastNotificationCenterService()protectedYoast 1.0

Gets the public 'Yoast_Notification_Center' shared service.

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

Хуков нет.

Возвращает

\Yoast_Notification_Center.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getYoastNotificationCenterService();

Код Cached_Container::getYoastNotificationCenterService() Yoast 22.3

protected function getYoastNotificationCenterService()
{
    return $this->services['Yoast_Notification_Center'] = \Yoast_Notification_Center::get();
}