324 results found for “posts”. Showing results 251 to 275.
-
functionset_screen_options()
Saves option for number of rows when listing posts, pages, comments, etc.
-
Filters the arguments used in retrieving page links for paginated posts.
-
function_prime_post_caches()
Adds any posts from the given IDs to the cache that do not already exist in cache.
-
function_relocate_children()
This was once used to move child posts to a new parent.
-
Filters the default post display states used in the posts list table.
-
functionget_single_template()
Retrieves path of single template in current or parent template. Applies to single Posts, single Attachments, and single custom post types.
-
methodWP_Query::is_single()
Determines whether the query is for an existing single post.
-
functionwp_scheduled_delete()
Permanently deletes comments or posts of any type that have held a status of ‘trash’ for the number of days defined in EMPTY_TRASH_DAYS.
-
functionget_author_feed_link()
Retrieves the feed link for a given author.
-
functionget_delete_post_link()
Retrieves the delete posts link for post.
-
functionget_editable_authors()
Gets author users who can edit posts.
-
functionget_post_type_labels()
Builds an object with all post type labels out of a post type object.
-
Filters the text prepended to the post title of private posts.
-
functionunregister_post_meta()
Unregisters a meta key for posts.
-
functionget_editable_user_ids()
Gets the IDs of any users who can edit posts.
-
functionis_post_type_viewable()
Determines whether a post type is considered “viewable”.
-
functionremove_user_from_blog()
Removes a user from a blog.
-
functionupdate_postmeta_cache()
Updates metadata cache for a list of post IDs.
-
functionwp_delete_auto_drafts()
Deletes auto-drafts for new posts that are > 7 days old.
-
methodWP_Query::is_singular()
Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).
-
function_wp_put_post_revision()
Inserts post data into the posts table as a post revision.
-
functionget_category_feed_link()
Retrieves the feed link for a category.
-
Filters the text prepended to the post title for protected posts.
-
functionuser_can_set_post_date()
Whether user can set new posts’ dates.