WC_Report_Stock::__construct()
Constructor.
{} It's a method of the class: WC_Report_Stock{}
No Hooks.
Return
null
. Nothing.
Usage
$WC_Report_Stock = new WC_Report_Stock(); $WC_Report_Stock->__construct();
Code of WC_Report_Stock::__construct() WC Report Stock:: construct WC 6.7.0
public function __construct() { parent::__construct( array( 'singular' => 'stock', 'plural' => 'stock', 'ajax' => false, ) ); }