Yoast\WP\SEO\Generated

Cached_Container::getDisableConcatenateScriptsIntegrationService()protectedYoast 1.0

Устарела с версии Yoast\WP\SEO\Integrations\Admin\Disable_Concatenate_Scripts_Integration is deprecated since version 23.2!. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.

Gets the public 'Yoast\WP\SEO\Integrations\Admin\Disable_Concatenate_Scripts_Integration' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Admin\Disable_Concatenate_Scripts_Integration.

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

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

Список изменений

Устарела Yoast\WP\SEO\Integrations\Admin\Disable_Concatenate_Scripts_Integration is deprecated since version 23.2!

Код Cached_Container::getDisableConcatenateScriptsIntegrationService() Yoast 23.4

protected function getDisableConcatenateScriptsIntegrationService()
{
    @trigger_error('Yoast\\WP\\SEO\\Integrations\\Admin\\Disable_Concatenate_Scripts_Integration is deprecated since version 23.2!', E_USER_DEPRECATED);

    return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Disable_Concatenate_Scripts_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Disable_Concatenate_Scripts_Integration();
}