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