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