Summery Summery
Filters a revision returned from the API.
Syntax Syntax
Description Description
Allows modification of the revision right before it is returned.
Parameters Parameters
- $response
-
(WP_REST_Response) The response object.
- $post
-
(WP_Post) The original revision object.
- $request
-
(WP_REST_Request) Request used to generate the response.
Source Source
File: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |