WordPress\AiClientDependencies\Nyholm\Psr7
Uri::getHost
Method of the class: Uri{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Uri = new Uri(); $Uri->getHost(): string;
Uri::getHost() Uri::getHost code WP 7.0
public function getHost(): string
{
return $this->host;
}