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