Automattic\WooCommerce\StoreApi\Routes\V1
CartCouponsByCode::get_path_regex
Get the path of this rest route.
Method of the class: CartCouponsByCode{}
No Hooks.
Returns
String.
Usage
$result = CartCouponsByCode::get_path_regex();
CartCouponsByCode::get_path_regex() CartCouponsByCode::get path regex code WC 10.8.1
public static function get_path_regex() {
return '/cart/coupons/(?P<code>[\w-]+)';
}