Automattic\WooCommerce\Internal\Orders
OrderActionsRestController::get_rest_api_namespace()
Get the WooCommerce REST API namespace for the class.
Метод класса: OrderActionsRestController{}
Хуков нет.
Возвращает
Строку
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_rest_api_namespace(): string;
Код OrderActionsRestController::get_rest_api_namespace() OrderActionsRestController::get rest api namespace WC 9.5.1
protected function get_rest_api_namespace(): string { return 'order-actions'; }