Changeset 50505 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 03/07/2021 12:30:38 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/revision.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r50128 r50505 69 69 * Contextually filter a post revision field. 70 70 * 71 * The dynamic portion of the hook name, `$field`, corresponds to each of the post 72 * fields of the revision object being iterated over in a foreach statement. 71 * The dynamic portion of the hook name, `$field`, corresponds to a name of a 72 * field of the revision object. 73 * 74 * Possible hook names include: 75 * 76 * - `_wp_post_revision_field_post_title` 77 * - `_wp_post_revision_field_post_content` 78 * - `_wp_post_revision_field_post_excerpt` 73 79 * 74 80 * @since 3.6.0
Note: See TracChangeset
for help on using the changeset viewer.