3313*3314* @since 5.9.03315*3316* @param string$route The route path.3317* @param WP_Taxonomy$taxonomy The taxonomy object.3318*/3319returnapply_filters('rest_route_for_taxonomy_items',$route,$taxonomy);3320}33213322/**3323* Gets the REST route for the currently queried object.3324*3325* @since 5.5.0
History
Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.