wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



rest_prepare_attachment › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( 'rest_prepare_attachment', $response, $post, $request )
Parameter: (3)
  • (WP_REST_Response) $response The response object.
    Erforderlich: Ja
  • (WP_Post) $post The original attachment post.
    Erforderlich: Ja
  • (WP_REST_Request) $request Request used to generate the response.
    Erforderlich: Ja
Definiert in:
Codex:

Filters an attachment returned from the REST API.

Allows modification of the attachment right before it is returned.





Quellcode

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