3280*3281* @since 5.5.03282*3283* @param string$route The route path.3284* @param WP_Term$term The term object.3285*/3286returnapply_filters('rest_route_for_term',$route,$term);3287}32883289/**3290* Gets the RESTAPI route for a taxonomy.3291*3292* @since 5.9.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.