WC_Product_Download::get_enabled
Get status of the download.
Method of the class: WC_Product_Download{}
No Hooks.
Returns
true|false.
Usage
$WC_Product_Download = new WC_Product_Download(); $WC_Product_Download->get_enabled(): bool;
WC_Product_Download::get_enabled() WC Product Download::get enabled code WC 10.3.5
public function get_enabled(): bool {
return $this->data['enabled'];
}