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.
Returns
true|false.
Usage
$StoredUrl = new StoredUrl(); $StoredUrl->is_enabled(): bool;
StoredUrl::is_enabled() StoredUrl::is enabled code WC 10.8.1
public function is_enabled(): bool {
return $this->enabled;
}