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