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