Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories

StoredUrl::get_id()publicWC 1.0

Supplies the ID of the approved directory.

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

Хуков нет.

Возвращает

int.

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

$StoredUrl = new StoredUrl();
$StoredUrl->get_id(): int;

Код StoredUrl::get_id() WC 8.7.0

public function get_id(): int {
	return $this->id;
}