File: wp-includes/post.php
-
hookicon_dir_uri
Filters the icon directory URI.
-
function_get_last_post_time()
Gets the timestamp of the last time any post was modified or published.
-
hookicon_dirs
Filters the array of icon directory URIs.
-
functionupdate_post_cache()
Updates posts in cache.
-
Filters the mime type icon.
-
functionwp_check_for_changed_slugs()
Checks for changed slugs for published post objects and save the old slug.
-
functionget_private_posts_cap_sql()
Retrieves the private post SQL based on capability.
-
functionget_posts_by_author_sql()
Retrieves the post SQL based on capability, author, and type.
-
Filters the capability to read private posts for a custom post type when generating SQL for getting posts by author.
-
functionget_lastpostdate()
Retrieves the most recent time that a post on the site was published.
-
functionwp_attachment_is_image()
Determines whether an attachment is an image.
-
functionwp_delete_attachment()
Trashes or deletes an attachment.
-
Fires before an attachment is deleted, at the start of wp_delete_attachment().
-
functionwp_get_attachment_metadata()
Retrieves attachment metadata for attachment ID.
-
Filters the attachment meta data.
-
functionwp_update_attachment_metadata()
Updates metadata for an attachment.
-
Filters the updated attachment meta data.
-
functionwp_get_attachment_url()
Retrieves the URL for an attachment.
-
Filters the attachment URL.
-
functionwp_insert_attachment()
Inserts an attachment.
-
functionwp_get_attachment_thumb_url()
Retrieves URL for an attachment thumbnail.
-
Filters attachment post data before it is updated in or added to the database.
-
Filters the attachment thumbnail URL.
-
hookedit_attachment
Fires once an existing attachment has been updated.
-
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.
-
hookget_enclosed
Filters the list of enclosures already enclosed for the given post.
-
function_page_traverse_name()
Traverses and return all the nested children post names of a root page.