Automattic\WooCommerce\Internal\DataStores\Orders

CustomOrdersTableController::__construct()publicWC 1.0

Class constructor.

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

Хуков нет.

Возвращает

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

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

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

Код CustomOrdersTableController::__construct() WC 8.7.0

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