Automattic\WooCommerce\StoreApi\Routes\V1

CartRemoveCoupon::get_path_regexpublic staticWC 1.0

Get the path of this rest route.

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

Хуков нет.

Возвращает

Строку.

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

$result = CartRemoveCoupon::get_path_regex();

Код CartRemoveCoupon::get_path_regex() WC 11.0.1

public static function get_path_regex() {
	return '/cart/remove-coupon';
}