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