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