Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories
StoredUrl::get_id()
Supplies the ID of the approved directory.
Method of the class: StoredUrl{}
No Hooks.
Return
Int
.
Usage
$StoredUrl = new StoredUrl(); $StoredUrl->get_id(): int;
StoredUrl::get_id() StoredUrl::get id code WC 9.6.0
public function get_id(): int { return $this->id; }