3243*3244* @since 5.5.03245*3246* @param string$route The route path.3247* @param WP_Term$term The term object.3248*/3249returnapply_filters('rest_route_for_term',$route,$term);3250}32513252/**3253* Gets the RESTAPI route for a taxonomy.3254*3255* @since 5.9.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.