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