Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: rest_prepare_status

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
272            *
273            * Allows modification of the status data right before it is returned.
274            *
275            * @since 4.7.0
276            *
277            * @param WP_REST_Response $response The response object.
278            * @param object           $status   The original status object.
279            * @param WP_REST_Request  $request  Request used to generate the response.
280            */
281           return apply_filters( 'rest_prepare_status', $response, $status, $request );
282      }
283
284      /**
285       * Retrieves the post status' schema, conforming to JSON Schema.
286       *
287       * @since 4.7.0
288       *
289       * @return array Item schema data.
290       */