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 9.5.1
public function get_order_type() { return $this->order_type; }