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