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