Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories

StoredUrl::get_url()publicWC 1.0

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() code WC 8.7.0

public function get_url(): string {
	return $this->url;
}