Automattic\WooCommerce\Internal\Admin\Orders

PageController::get_order_type()publicWC 1.0

Returns the current order type.

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

Хуков нет.

Возвращает

Строку.

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

$PageController = new PageController();
$PageController->get_order_type();

Код PageController::get_order_type() WC 8.7.0

public function get_order_type() {
	return $this->order_type;
}