Automattic\WooCommerce\Internal\DataStores\Orders

CustomOrdersTableController::__constructpublicWC 1.0

Class constructor.

Метод класса: CustomOrdersTableController{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код CustomOrdersTableController::__construct() WC 9.9.3

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