YoastSEO_Vendor\GuzzleHttp\Psr7
Uri::getHost() public Yoast 1.0
{} Это метод класса: Uri{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Uri = new Uri(); $Uri->getHost();
Код Uri::getHost() Uri::getHost Yoast 15.6.2
public function getHost()
{
return $this->host;
}