wpseek.com
A WordPress-centric search engine for devs and theme authors



rest_prepare_post_type › WordPress Filter Hooks

Since4.7.0
Deprecatedn/a
apply_filters( 'rest_prepare_post_type', $response, $post_type, $request )
Parameters: (3)
  • (WP_REST_Response) $response The response object.
    Required: Yes
  • (WP_Post_Type) $post_type The original post type object.
    Required: Yes
  • (WP_REST_Request) $request Request used to generate the response.
    Required: Yes
Defined at:
Codex:

Filters a post type returned from the REST API.

Allows modification of the post type data right before it is returned.





Source

return apply_filters( 'rest_prepare_post_type', $response, $post_type, $request );