Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories
StoredUrl::get_url
Supplies the approved directory URL.
Метод класса: StoredUrl{}
Хуков нет.
Возвращает
string.
Использование
$StoredUrl = new StoredUrl(); $StoredUrl->get_url(): string;
Код StoredUrl::get_url() StoredUrl::get url WC 11.1.0
public function get_url(): string {
return $this->url;
}