1,025 results found for “posts”. Showing results 926 to 950.
-
functionupdate_posts_count()
Updates a blog’s post count.
-
function_wp_post_revision_fields()
Determines which fields of posts are to be saved in revisions.
-
Filters the list of fields saved in post revisions.
-
functionwp_save_post_revision()
Creates a revision for the current version of a post.
-
Filters whether the post has changed since the latest revision.
-
functionwp_get_post_autosave()
Retrieves the autosaved data of the specified post.
-
functionwp_is_post_revision()
Determines if the specified post is a revision.
-
functionwp_is_post_autosave()
Determines if the specified post is an autosave.
-
functionwp_get_post_revision()
Gets a post revision.
-
functionwp_restore_post_revision()
Restores a post to the specified revision.
-
Fires after a post revision has been restored.
-
functionwp_delete_post_revision()
Deletes a revision.
-
Fires once a post revision has been deleted.
-
functionwp_get_post_revisions()
Returns all revisions of specified post.
-
functionwp_revisions_enabled()
Determines whether revisions are enabled for a given post.
-
functionwp_revisions_to_keep()
Determines how many revisions to retain for a given post.
-
Filters the number of revisions to save for the given post.
-
function_show_post_preview()
Filters the latest content for preview from the post autosave.
-
function_wp_preview_terms_filter()
Filters terms lookup to set the post format.
-
function_wp_get_post_revision_version()
Gets the post revision version.
-
function_wp_upgrade_revisions_of_post()
Upgrades the revisions author, adds the current post as a revision and sets the revisions version to 1.
-
functionredirect_canonical()
Redirects incoming links to the proper URL based on the site url.
-
functionurl_to_postid()
Examines a URL and try to determine the post ID it represents.
-
hookurl_to_postid
Filters the URL to derive the post ID from.
-
Filters rewrite rules used for “post” archives.