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