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