Automattic\WooCommerce\Internal\DataStores\Orders
CustomOrdersTableController::__construct
Class constructor.
Метод класса: CustomOrdersTableController{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$CustomOrdersTableController = new CustomOrdersTableController(); $CustomOrdersTableController->__construct();
Код CustomOrdersTableController::__construct() CustomOrdersTableController:: construct WC 9.9.3
public function __construct() { $this->init_hooks(); }