3200*3201* @since 5.5.03202*3203* @param string$route The route path.3204* @param WP_Post$post The post object.3205*/3206returnapply_filters('rest_route_for_post',$route,$post);3207}32083209/**3210* Gets the RESTAPI route for a post type.3211*3212* @since 5.9.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.