Yoast\WP\SEO\Generated

Cached_Container::getWordproofPluginInactiveConditionalService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Conditionals\Third_Party\Wordproof_Plugin_Inactive_Conditional' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Conditionals\Third_Party\Wordproof_Plugin_Inactive_Conditional.

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

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

Код Cached_Container::getWordproofPluginInactiveConditionalService() Yoast 22.4

protected function getWordproofPluginInactiveConditionalService()
{
    return $this->services['Yoast\\WP\\SEO\\Conditionals\\Third_Party\\Wordproof_Plugin_Inactive_Conditional'] = new \Yoast\WP\SEO\Conditionals\Third_Party\Wordproof_Plugin_Inactive_Conditional();
}