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