Automattic\WooCommerce\StoreApi\Routes\V1
ProductAttributeTerms::get_path_regex
Get the path of this rest route.
Method of the class: ProductAttributeTerms{}
No Hooks.
Returns
String.
Usage
$result = ProductAttributeTerms::get_path_regex();
ProductAttributeTerms::get_path_regex() ProductAttributeTerms::get path regex code WC 10.9.4
public static function get_path_regex() {
return '/products/attributes/(?P<attribute_id>[\d]+)/terms';
}