File: wp-includes/post.php
-
functionis_local_attachment()
Determines whether an attachment URI is local and really an attachment.
-
functiontrackback_url_list()
Does trackbacks for a list of URLs.
-
functionget_all_page_ids()
Gets a list of page IDs.
-
functionget_page()
Retrieves page data given a page ID or page object.
-
functionget_page_by_path()
Retrieves a page given its path.
-
functionget_page_children()
Identifies descendants of a given page ID in a list of page objects.
-
functionget_enclosed()
Retrieves enclosures already enclosed for a post.
-
functionget_page_hierarchy()
Orders the pages with children under parents in a flat list.
-
functionwp_set_post_tags()
Sets the tags for a post.
-
functionwp_set_post_terms()
Sets the terms for a post.
-
functionwp_publish_post()
Publishes a post by transitioning the post status.
-
functionwp_set_post_categories()
Sets categories for a post.
-
functioncheck_and_publish_future_post()
Publishes future post and make sure post ID has future post status.
-
functionwp_transition_post_status()
Fires actions related to the transitioning of a post’s status.
-
functionwp_unique_post_slug()
Computes a unique slug for the post, when given the desired slug and some post details.
-
Fires when a post is transitioned from one status to another.
-
Filters whether the post slug would make a bad attachment slug.
-
Fires when a post is transitioned from one status to another.
-
Filters whether the post slug would make a bad hierarchical post slug.
-
Fires when a post is transitioned from one status to another.
-
Filters whether the post slug would be bad as a flat slug.
-
functionadd_ping()
Adds a URL to those already pinged.
-
Filters the unique post slug.
-
hookadd_ping
Filters the new ping URL to add for the given post.
-
function_truncate_post_slug()
Truncates a post slug.
-
functionwp_add_post_tags()
Adds tags to a post.
-
functionwp_get_post_terms()
Retrieves the terms for a post.
-
hookwp_insert_post
Fires once a post has been saved.
-
functionwp_get_recent_posts()
Retrieves a number of recent posts.
-
functionwp_update_post()
Updates a post with new post data.