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