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