Automattic\WooCommerce\Internal\DataStores\Orders
CustomOrdersTableController::__construct
Class constructor.
Method of the class: CustomOrdersTableController{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CustomOrdersTableController = new CustomOrdersTableController(); $CustomOrdersTableController->__construct();
CustomOrdersTableController::__construct() CustomOrdersTableController:: construct code WC 10.8.1
public function __construct() {
$this->init_hooks();
}