New and updated in 2.0.0
-
hookatom_head
Fires just before the first Atom feed entry.
-
hookatom_entry
Fires at the end of each Atom feed item.
-
functionget_the_title_rss()
Retrieves the current post title for the feed.
-
hookatom_ns
Fires at end of the Atom feed root to add namespaces.
-
hookprofile_update
Fires immediately after an existing user is updated.
-
functionwp_update_user()
Updates a user in the database.
-
functionwp_create_user()
Provides a simpler way of inserting a user into the database.
-
functionusername_exists()
Determines whether the given username exists.
-
functionwp_insert_user()
Inserts a user into the database.
-
functionupdate_user_option()
Updates user option with global blog capability.
-
functionget_user_option()
Retrieves user option that can be either per Site or per Network.
-
functionget_attachment_template()
Retrieves path of attachment template in current or parent template.
-
functionprepend_attachment()
Wraps attachment in paragraph tag before content.
-
Filters the attachment markup to be prepended to the post content.
-
functionthe_attachment_link()
Displays an attachment page link using an image or icon.
-
functionclean_post_cache()
Will clean the post in the cache.
-
hookicon_dir
Filters the icon directory path.
-
hookicon_dir_uri
Filters the icon directory URI.
-
functionwp_insert_attachment()
Inserts an attachment.
-
hookedit_attachment
Fires once an existing attachment has been updated.
-
functionwp_delete_attachment()
Trashes or deletes an attachment.
-
Fires before an attachment is deleted, at the start of wp_delete_attachment().
-
functionget_all_page_ids()
Gets a list of page IDs.
-
functionget_page_hierarchy()
Orders the pages with children under parents in a flat list.
-
functionis_local_attachment()
Determines whether an attachment URI is local and really an attachment.
-
hookget_enclosed
Filters the list of enclosures already enclosed for the given post.
-
hookget_pung
Filters the list of already-pinged URLs for the given post.
-
hookget_to_ping
Filters the list of URLs yet to ping for the given post.
-
hookadd_ping
Filters the new ping URL to add for the given post.
-
hookwp_insert_post
Fires once a post has been saved.