3348*3349* @since 5.9.03350*3351* @param string$route The route path.3352* @param WP_Taxonomy$taxonomy The taxonomy object.3353*/3354returnapply_filters('rest_route_for_taxonomy_items',$route,$taxonomy);3355}33563357/**3358* Gets the REST route for the currently queried object.3359*3360* @since 5.5.0
History
Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.