Automattic\WooCommerce\StoreApi\Routes\V1

CartCouponsByCode::get_path_regex()public staticWC 1.0

Get the path of this rest route.

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

Хуков нет.

Возвращает

Строку.

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

$result = CartCouponsByCode::get_path_regex();

Код CartCouponsByCode::get_path_regex() WC 9.7.1

public static function get_path_regex() {
	return '/cart/coupons/(?P<code>[\w-]+)';
}