Automattic\WooCommerce\StoreApi\Routes\V1

ProductBrandsById::get_path_regexpublic staticWC 1.0

Get the path of this rest route.

Method of the class: ProductBrandsById{}

No Hooks.

Returns

String.

Usage

$result = ProductBrandsById::get_path_regex();

ProductBrandsById::get_path_regex() code WC 9.9.3

public static function get_path_regex() {
	return '/products/brands/(?P<identifier>[\w-]+)';
}