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