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