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