wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



rest_prepare_attachment › WordPress Filter Hooks

Da4.7.0
Deprecaton/a
apply_filters( 'rest_prepare_attachment', $response, $post, $request )
Parametri: (3)
  • (WP_REST_Response) $response The response object.
    Richiesto:
  • (WP_Post) $post The original attachment post.
    Richiesto:
  • (WP_REST_Request) $request Request used to generate the response.
    Richiesto:
Definito a:
Codex:

Filters an attachment returned from the REST API.

Allows modification of the attachment right before it is returned.





Sorgenti

return apply_filters( 'rest_prepare_attachment', $response, $post, $request );