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