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