3268*3269* @since 5.5.03270*3271* @param string$route The route path.3272* @param WP_Term$term The term object.3273*/3274returnapply_filters('rest_route_for_term',$route,$term);3275}32763277/**3278* Gets the RESTAPI route for a taxonomy.3279*3280* @since 5.9.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.