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