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