New and updated in 2.1.0
-
Filters the updated attachment meta data.
-
functionwp_get_attachment_url()
Retrieves the URL for an attachment.
-
Filters the attachment URL.
-
functionwp_get_attachment_thumb_file()
Retrieves thumbnail for an attachment.
-
Filters the attachment thumbnail file path.
-
functionwp_get_attachment_thumb_url()
Retrieves URL for an attachment thumbnail.
-
Filters the attachment thumbnail URL.
-
functionget_page_by_path()
Retrieves a page given its path.
-
functionget_page_by_title()
Retrieves a page given its title.
-
hookget_pages
Filters the retrieved list of pages.
-
functionwp_publish_post()
Publishes a post by transitioning the post status.
-
functionwp_set_post_categories()
Sets categories for a post.
-
functionwp_get_post_categories()
Retrieves the list of categories for a post.
-
functionget_post_type()
Retrieves the post type of the current post or of a given post.
-
Filters the attached file based on the given ID.
-
functionupdate_attached_file()
Updates attachment file path based on attachment ID.
-
Filters the path to the attached file to update.
-
Filters how often to update the RSS feed.
-
hookcommentrss2_item
Fires at the end of each RSS2 comment feed item.
-
methodWP_Rewrite::add_rule()
Adds a rewrite rule that transforms a URL structure to a set of query vars.
-
Adds a rewrite rule that doesn’t correspond to index.php.
-
Adds an endpoint, like /trackback/.
-
functionadd_rewrite_rule()
Adds a rewrite rule that transforms a URL structure to a set of query vars.
-
functionadd_rewrite_tag()
Adds a new rewrite tag (like %postname%).
-
functionadd_feed()
Adds a new feed type like /atom1/.
-
functionadd_rewrite_endpoint()
Adds an endpoint, like /trackback/.
-
functionget_bookmarks()
Retrieves the list of bookmarks.
-
hookget_bookmarks
Filters the returned list of bookmarks.
-
functionget_bookmark()
Retrieves bookmark data.
-
classWP_Scripts
Core class used to register scripts.