3301*3302* @since 5.9.03303*3304* @param string$route The route path.3305* @param WP_Taxonomy$taxonomy The taxonomy object.3306*/3307returnapply_filters('rest_route_for_taxonomy_items',$route,$taxonomy);3308}33093310/**3311* Gets the REST route for the currently queried object.3312*3313* @since 5.5.0
History
Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.