rest_filter_response_fields
rest_filter_response_fields ( $response, $server, $request )
Parameters:- (WP_REST_Response) response Current response being served.
- (WP_REST_Server) server ResponseHandler instance (usually WP_REST_Server).
- (WP_REST_Request) request The request that was used to make current response.
Returns:- (WP_REST_Response) Response to be served, trimmed down to contain a subset of fields.
Defined at: - Introduced in WordPress: 4.8.0
- Deprecated in WordPress: —
Description
Filters the REST API response to include only an allow-listed set of response object fields.