Changeset 49955 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
- Timestamp:
- 01/10/2021 10:21:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
r47122 r49955 269 269 270 270 /** 271 * Filters a status returned from the REST API.271 * Filters a post status returned from the REST API. 272 272 * 273 273 * Allows modification of the status data right before it is returned. … … 276 276 * 277 277 * @param WP_REST_Response $response The response object. 278 * @param object $status The original status object.278 * @param object $status The original post status object. 279 279 * @param WP_REST_Request $request Request used to generate the response. 280 280 */
Note: See TracChangeset
for help on using the changeset viewer.