Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: rest_route_for_post

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
3083
3084      /**
3085       * Filters the REST API route for a post.
3086       *
3087       * @since 5.5.0
3088       *
3089       * @param string  $route The route path.
3090       * @param WP_Post $post  The post object.
3091       */
3092      return apply_filters( 'rest_route_for_post', $route, $post );
3093 }
3094
3095 /**
3096  * Gets the REST API route for a post type.
3097  *
3098  * @since 5.9.0
3099  *
3100  * @param string $post_type The name of a registered post type.
3101  * @return string The route path with a leading slash for the given post type,