- Timestamp:
- 01/07/2021 02:15:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r49927 r49942 1861 1861 1862 1862 /** 1863 * Filters the post data for a response.1863 * Filters the post data for a REST API response. 1864 1864 * 1865 1865 * The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. 1866 * 1867 * Possible filter names include: 1868 * 1869 * - `rest_prepare_post` 1870 * - `rest_prepare_page` 1871 * - `rest_prepare_attachment` 1866 1872 * 1867 1873 * @since 4.7.0
Note: See TracChangeset
for help on using the changeset viewer.