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