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