Filters the latest content for preview from the post autosave.
_set_preview
Sets up the post object for preview based on the post autosave.
wp_revisions_to_keep
Determine how many revisions to retain for a given post.
wp_revisions_enabled
Determine if revisions are enabled for a given post.
Advertisement
wp_get_post_revisions
Returns all revisions of specified post.
wp_delete_post_revision
Deletes a revision.
wp_restore_post_revision
Restores a post to the specified revision.
wp_get_post_revision
Gets a post revision.
Advertisement
_wp_put_post_revision
Inserts post data into the posts table as a post revision.
wp_is_post_autosave
Determines if the specified post is an autosave.
wp_is_post_revision
Determines if the specified post is a revision.
wp_get_post_autosave
Retrieve the autosaved data of the specified post.
Advertisement
wp_save_post_revision
Creates a revision for the current version of a post.
_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.