Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories
StoredUrl::is_enabled()
Indicates if this rule is enabled or not (rules can be temporarily disabled).
Method of the class: StoredUrl{}
No Hooks.
Return
true|false
.
Usage
$StoredUrl = new StoredUrl(); $StoredUrl->is_enabled(): bool;
StoredUrl::is_enabled() StoredUrl::is enabled code WC 9.7.1
public function is_enabled(): bool { return $this->enabled; }