Automattic\WooCommerce\Internal\Utilities
URL::__toString
Returns the processed URL as a string.
Method of the class: URL{}
No Hooks.
Returns
String.
Usage
$URL = new URL(); $URL->__toString(): string;
URL::__toString() URL:: toString code WC 10.3.5
public function __toString(): string {
return $this->get_url();
}