Automattic\WooCommerce\Internal\Utilities
URL::__toString
Returns the processed URL as a string.
Метод класса: URL{}
Хуков нет.
Возвращает
Строку.
Использование
$URL = new URL(); $URL->__toString(): string;
Код URL::__toString() URL:: toString WC 10.7.0
public function __toString(): string {
return $this->get_url();
}