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