Yoast\WP\SEO\Generated
Cached_Container::getExcludeElementorPostTypesService()
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() Cached Container::getExcludeElementorPostTypesService Yoast 23.6
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(); }