3315*3316* @since 5.5.03317*3318* @param string$route The route path.3319* @param WP_Term$term The term object.3320*/3321returnapply_filters('rest_route_for_term',$route,$term);3322}33233324/**3325* Gets the RESTAPI route for a taxonomy.3326*3327* @since 5.9.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.