3309*3310* @since 5.9.03311*3312* @param string$route The route path.3313* @param WP_Taxonomy$taxonomy The taxonomy object.3314*/3315returnapply_filters('rest_route_for_taxonomy_items',$route,$taxonomy);3316}33173318/**3319* Gets the REST route for the currently queried object.3320*3321* @since 5.5.0
History
Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.