WooCommerce::__construct()

WooCommerce Constructor.


Description Description


Source Source

File: includes/class-woocommerce.php

	public function __construct() {
		$this->define_constants();
		$this->define_tables();
		$this->includes();
		$this->init_hooks();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.