Yoast\WP\SEO\Generated

Cached_Container::getExcludeElementorPostTypesService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Third_Party\Exclude_Elementor_Post_Types.

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

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

Код Cached_Container::getExcludeElementorPostTypesService() Yoast 22.4

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