Yoast\WP\SEO\Generated
Cached_Container::getYoastNotificationCenterService()
Gets the public 'Yoast_Notification_Center' shared service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast_Notification_Center
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getYoastNotificationCenterService();
Код Cached_Container::getYoastNotificationCenterService() Cached Container::getYoastNotificationCenterService Yoast 24.9
protected function getYoastNotificationCenterService() { return $this->services['Yoast_Notification_Center'] = \Yoast_Notification_Center::get(); }