WC_CLI::__construct()
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() WC CLI:: construct code WC 9.4.2
public function __construct() { $this->includes(); $this->hooks(); }