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