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