Automattic\WooCommerce\Internal\DataStores\Orders

CustomOrdersTableController::__construct()publicWC 1.0

Class constructor.

Method of the class: CustomOrdersTableController{}

No Hooks.

Return

null. Nothing (null).

Usage

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

CustomOrdersTableController::__construct() code WC 8.7.0

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