WC_CLI::__construct()publicWC 1.0

Load required files and hooks to make the CLI work.

Method of the class: WC_CLI{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_CLI = new WC_CLI();
$WC_CLI->__construct();

WC_CLI::__construct() code WC 8.7.0

public function __construct() {
	$this->includes();
	$this->hooks();
}