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 9.9.4
public function get_id(): int { return $this->id; }