Filter hook 'rest_prepare_attachment'

in WP Core File wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php at line 933

Description

Filters an attachment returned from the REST API. Allows modification of the attachment right before it is returned.

Occurrences

Filename Line Number
wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php 933

Parameters

Type Name Description
WP_REST_Response $response The response object.
WP_Post $post The original attachment post.
WP_REST_Request $request Request used to generate the response.

PHP Doc

/**
		 * Filters an attachment returned from the REST API.
		 *
		 * Allows modification of the attachment right before it is returned.
		 *
		 * @since 4.7.0
		 *
		 * @param WP_REST_Response $response The response object.
		 * @param WP_Post          $post     The original attachment post.
		 * @param WP_REST_Request  $request  Request used to generate the response.
		 */