Automattic\WooCommerce\Internal\Admin\Orders
PageController::get_order_type
Returns the current order type.
Method of the class: PageController{}
No Hooks.
Returns
String.
Usage
$PageController = new PageController(); $PageController->get_order_type();
PageController::get_order_type() PageController::get order type code WC 10.6.2
public function get_order_type() {
return $this->order_type;
}