WooCommerce::__construct()
WooCommerce Constructor.
Method of the class: WooCommerce{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WooCommerce = new WooCommerce(); $WooCommerce->__construct();
WooCommerce::__construct() WooCommerce:: construct code WC 9.2.3
public function __construct() { $this->define_constants(); $this->define_tables(); $this->includes(); $this->init_hooks(); }