- Timestamp:
- 07/03/2021 09:41:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r51293 r51327 1024 1024 * 1025 1025 * They dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. 1026 * 1027 * Possible hook names include: 1028 * 1029 * - `rest_delete_post` 1030 * - `rest_delete_page` 1031 * - `rest_delete_attachment` 1026 1032 * 1027 1033 * @since 4.7.0 … … 2535 2541 * post type slug for the controller. 2536 2542 * 2543 * Possible hook names include: 2544 * 2545 * - `rest_post_item_schema` 2546 * - `rest_page_item_schema` 2547 * - `rest_attachment_item_schema` 2548 * 2537 2549 * @since 5.4.0 2538 2550 *
Note: See TracChangeset
for help on using the changeset viewer.