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