3276*3277* @since 5.5.03278*3279* @param string$route The route path.3280* @param WP_Term$term The term object.3281*/3282returnapply_filters('rest_route_for_term',$route,$term);3283}32843285/**3286* Gets the RESTAPI route for a taxonomy.3287*3288* @since 5.9.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.