Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories

StoredUrl::get_url()publicWC 1.0

Supplies the approved directory URL.

Метод класса: StoredUrl{}

Хуков нет.

Возвращает

Строку.

Использование

$StoredUrl = new StoredUrl();
$StoredUrl->get_url(): string;

Код StoredUrl::get_url() WC 8.7.0

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