W3cubDocs

/WordPress

apply_filters( ‘rest_route_for_post’, string $route, WP_Post $post )

Filters the REST API route for a post.

Parameters

$routestring
The route path.
$postWP_Post
The post object.

Source

return apply_filters( 'rest_route_for_post', $route, $post );

Changelog

Version Description
5.5.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_route_for_post