3175*3176* @since 5.5.03177*3178* @param string$route The route path.3179* @param WP_Post$post The post object.3180*/3181returnapply_filters('rest_route_for_post',$route,$post);3182}31833184/**3185* Gets the RESTAPI route for a post type.3186*3187* @since 5.9.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.