- Timestamp:
- 03/07/2021 12:30:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r50157 r50505 291 291 * The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. 292 292 * 293 * Possible filternames include:293 * Possible hook names include: 294 294 * 295 295 * - `rest_post_query` … … 611 611 * The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. 612 612 * 613 * Possible hook names include: 614 * 615 * - `rest_insert_post` 616 * - `rest_insert_page` 617 * - `rest_insert_attachment` 618 * 613 619 * @since 4.7.0 614 620 * … … 669 675 * The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. 670 676 * 677 * Possible hook names include: 678 * 679 * - `rest_after_insert_post` 680 * - `rest_after_insert_page` 681 * - `rest_after_insert_attachment` 682 * 671 683 * @since 5.0.0 672 684 * … … 890 902 * 891 903 * The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. 904 * 905 * Possible hook names include: 906 * 907 * - `rest_post_trashable` 908 * - `rest_page_trashable` 909 * - `rest_attachment_trashable` 892 910 * 893 911 * Pass false to disable Trash support for the post. … … 1251 1269 * 1252 1270 * The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. 1271 * 1272 * Possible hook names include: 1273 * 1274 * - `rest_pre_insert_post` 1275 * - `rest_pre_insert_page` 1276 * - `rest_pre_insert_attachment` 1253 1277 * 1254 1278 * @since 4.7.0 … … 1855 1879 * The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. 1856 1880 * 1857 * Possible filternames include:1881 * Possible hook names include: 1858 1882 * 1859 1883 * - `rest_prepare_post`
Note: See TracChangeset
for help on using the changeset viewer.