Yoast\WP\SEO\Generated

Cached_Container::getWPRemoteHandlerService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Wrappers\WP_Remote_Handler' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Wrappers\WP_Remote_Handler.

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

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

Код Cached_Container::getWPRemoteHandlerService() Yoast 22.4

protected function getWPRemoteHandlerService()
{
    return $this->services['Yoast\\WP\\SEO\\Wrappers\\WP_Remote_Handler'] = new \Yoast\WP\SEO\Wrappers\WP_Remote_Handler();
}