Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: rest_queried_resource_route

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
2822      }
2823
2824      /**
2825       * Filters the REST route for the currently queried object.
2826       *
2827       * @since 5.5.0
2828       *
2829       * @param string $link The route with a leading slash, or an empty string.
2830       */
2831      return apply_filters( 'rest_queried_resource_route', $route );
2832 }
2833
2834 /**
2835  * Retrieves an array of endpoint arguments from the item schema and endpoint method.
2836  *
2837  * @since 5.6.0
2838  *
2839  * @param array  $schema The full JSON schema for the endpoint.
2840  * @param string $method Optional. HTTP method of the endpoint. The arguments for `CREATABLE` endpoints are