WordPress\AiClientDependencies\Nyholm\Psr7

Uri::getHostpublicWP 1.0

Method of the class: Uri{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Uri = new Uri();
$Uri->getHost(): string;

Uri::getHost() code WP 7.0

public function getHost(): string
{
    return $this->host;
}