Automattic\WooCommerce\StoreApi\Routes\V1

CheckoutOrder::get_path_regex()public staticWC 1.0

Get the path of this rest route.

Метод класса: CheckoutOrder{}

Хуков нет.

Возвращает

Строку.

Использование

$result = CheckoutOrder::get_path_regex();

Код CheckoutOrder::get_path_regex() WC 9.7.1

public static function get_path_regex() {
	return '/checkout/(?P<id>[\d]+)';
}