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