Automattic\WooCommerce\Internal\Admin\Orders

PageController::get_order_type()publicWC 1.0

Returns the current order type.

Method of the class: PageController{}

No Hooks.

Return

String.

Usage

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

PageController::get_order_type() code WC 9.8.2

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