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