Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories
StoredUrl::get_url
Supplies the approved directory URL.
Method of the class: StoredUrl{}
No Hooks.
Returns
String.
Usage
$StoredUrl = new StoredUrl(); $StoredUrl->get_url(): string;
StoredUrl::get_url() StoredUrl::get url code WC 10.4.3
public function get_url(): string {
return $this->url;
}