Automattic\WooCommerce\Internal\Admin\Orders
PageController::get_order_type
Returns the current order type.
Метод класса: PageController{}
Хуков нет.
Возвращает
Строку.
Использование
$PageController = new PageController(); $PageController->get_order_type();
Код PageController::get_order_type() PageController::get order type WC 10.7.0
public function get_order_type() {
return $this->order_type;
}