Automattic\WooCommerce\StoreApi\Routes\V1

ProductCategories::get_path_regex()public staticWC 1.0

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() code WC 9.8.4

public static function get_path_regex() {
	return '/products/categories';
}