WC_Report_Downloads::__construct
Constructor.
Method of the class: WC_Report_Downloads{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Report_Downloads = new WC_Report_Downloads(); $WC_Report_Downloads->__construct();
WC_Report_Downloads::__construct() WC Report Downloads:: construct code WC 10.6.2
public function __construct() {
parent::__construct(
array(
'singular' => 'download',
'plural' => 'downloads',
'ajax' => false,
)
);
}