Automattic\WooCommerce\StoreApi\Routes\V1
CartSelectShippingRate::get_path_regex
Get the path of this rest route.
Method of the class: CartSelectShippingRate{}
No Hooks.
Returns
String
.
Usage
$result = CartSelectShippingRate::get_path_regex();
CartSelectShippingRate::get_path_regex() CartSelectShippingRate::get path regex code WC 9.9.3
public static function get_path_regex() { return '/cart/select-shipping-rate'; }