3276*3277* @since 5.9.03278*3279* @param string$route The route path.3280* @param WP_Taxonomy$taxonomy The taxonomy object.3281*/3282returnapply_filters('rest_route_for_taxonomy_items',$route,$taxonomy);3283}32843285/**3286* Gets the REST route for the currently queried object.3287*3288* @since 5.5.0
History
Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.