Yoast\WP\SEO\Generated

Cached_Container::getCategoryTermDescriptionService()protectedYoast 1.0

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() Yoast 22.4

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();
}