Automattic\WooCommerce\StoreApi\Routes\V1
Order::get_path_regex
Get the path of this rest route.
Метод класса: Order{}
Хуков нет.
Возвращает
Строку.
Использование
$result = Order::get_path_regex();
Код Order::get_path_regex() Order::get path regex WC 11.0.1
public static function get_path_regex() {
return '/order/(?P<id>[\d]+)';
}