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