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 9.9.4
public static function get_path_regex() { return '/cart'; }