WC_Product_Download::get_enabled()
Get status of the download.
Method of the class: WC_Product_Download{}
No Hooks.
Return
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 9.7.1
public function get_enabled(): bool { return $this->data['enabled']; }