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 9.8.5
public function __construct() { $this->init_hooks(); }