Automattic\WooCommerce\StoreApi\Routes\V1
ShopperLists::get_path_regex
Get the path regex for this REST route.
Method of the class: ShopperLists{}
No Hooks.
Returns
String.
Usage
$result = ShopperLists::get_path_regex();
ShopperLists::get_path_regex() ShopperLists::get path regex code WC 10.9.1
public static function get_path_regex() {
return '/shopper-lists';
}