rest_get_route_for_post
rest_get_route_for_post ( $post )
Parameters:- (int|WP_Post) post Post ID or post object.
Returns:- (string) The route path with a leading slash for the given post, or an empty string if there is not a route.
Defined at: - Introduced in WordPress: 5.5.0
- Deprecated in WordPress: —
Description
Gets the REST API route for a post.