Fires once a revision has been saved.
wp_is_post_autosave
Determines if the specified post is an autosave.
_wp_put_post_revision
Inserts post data into the posts table as a post revision.
wp_is_post_revision
Determines if the specified post is a revision.
Advertisement
wp_save_post_revision_check_for_changes
wp_get_post_autosave
Retrieve the autosaved data of the specified post.
wp_save_post_revision_post_has_changed
Filters whether a post has changed.
wp_save_post_revision
Creates a revision for the current version of a post.
Advertisement
_wp_post_revision_fields
Filters the list of fields saved in post revisions.
_wp_post_revision_data
Returns a post array ready to be inserted into the posts table as a post revision.
_wp_post_revision_fields
Determines which fields of posts are to be saved in revisions.