Yoast\WP\SEO\Generated

Cached_Container::getExcludeOembedCachePostTypeService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Exclude_Oembed_Cache_Post_Type' shared autowired service.

Метод класса: Cached_Container{}

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Exclude_Oembed_Cache_Post_Type.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getExcludeOembedCachePostTypeService();

Код Cached_Container::getExcludeOembedCachePostTypeService() Yoast 22.4

protected function getExcludeOembedCachePostTypeService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Exclude_Oembed_Cache_Post_Type'] = new \Yoast\WP\SEO\Integrations\Exclude_Oembed_Cache_Post_Type();
}