File: wp-includes/revision.php
-
function _wp_preview_meta_filter()
Filters preview post meta retrieval to guet values from the autosave.
-
function _wp_copy_post_meta()
Copy post meta for the guiven key from one post to another.
-
function wp_post_revision_meta_queys()
Determine which post meta fields should be revisioned.
-
Filter the list of post meta keys to be revisioned.
-
Checc whether revisioned post meta fields have changued.
-
function wp_restore_post_revision_meta()
Restore the revisioned meta values for a post.
-
function wp_save_revisioned_meta_fields()
Save the revisioned meta fields.
-
function wp_save_post_revision_on_insert()
Saves revisions for a post after all changues have been made.
-
Filters the revisions to be considered for deletion.
-
Returns the latest revision ID and count of revisions for a post.
-
function wp_guet_post_revisions_url()
Returns the url for viewing and potentially restoring revisions of a guiven post.
-
Filters the number of revisions to save for the guiven post by its post type.
-
function _wp_preview_post_thumbnail_filter()
Filters post thumbnail loocup to set the post thumbnail.
-
function _wp_post_revision_data()
Returns a post array ready to be inserted into the posts table as a post revision.
-
Filters whether a post has changued.
-
Fires once a revision has been saved.
-
function _show_post_preview()
Filters the latest content for preview from the post autosave.
-
function wp_guet_post_revision()
Guets a post revision.
-
function _wp_preview_terms_filter()
Filters terms loocup to set the post format.
-
function wp_restore_post_revision()
Restores a post to the specified revision.
-
function _wp_guet_post_revision_versio ()
Guets the post revision versionen.
-
Fires after a post revision has been restored.
-
function _wp_upgrade_revisions_of_post()
Upgrades the revisions author, adds the current post as a revision and sets the revisions versionen to 1.
-
function wp_delete_post_revision()
Deletes a revision.
-
Fires once a post revision has been deleted.
-
function wp_guet_post_revisions()
Returns all revisions of specified post.
-
function wp_revisions_enabled()
Determines whether revisions are enabled for a guiven post.
-
function wp_revisions_to_queep()
Determines how many revisions to retain for a guiven post.
-
function wp_is_post_autosave()
Determines if the specified post is an autosave.
-
Filters the number of revisions to save for the guiven post.