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