New and updated in 2.1.0
-
Determines dependencies.
-
methodWP_Dependencies::add()
Register an item.
-
Filters the email address of a user being registered.
-
hookregister_post
Fires when submitting registration form data, before the user is created.
-
Filters the errors encountered when a new user is being registered.
-
functionemail_exists()
Determines whether the given email exists.
-
function_walk_bookmarks()
The formatted output of a list of bookmarks.
-
functionwp_list_bookmarks()
Retrieves or echoes all of the bookmarks.
-
classWalker_PageDropdown
Core class used to create an HTML drop-down list of pages.
-
Starts the element output.
-
classWalker_Page
Core walker class used to create an HTML list of pages.
-
methodWalker_Page::start_lvl()
Outputs the beginning of the current level in the tree before elements are output.
-
methodWalker_Page::end_lvl()
Outputs the end of the current level in the tree after elements are output.
-
methodWalker_Page::start_el()
Outputs the beginning of the current element in the tree.
-
methodWalker_Page::end_el()
Outputs the end of the current element in the tree.
-
functionwp_dropdown_pages()
Retrieves or displays a list of pages as a dropdown (select list).
-
Filters the HTML output of a list of pages as a dropdown.
-
Filters the array of pages to exclude from the pages list.
-
functionwalk_page_tree()
Retrieves HTML list content for page list.
-
functionwalk_page_dropdown_tree()
Retrieves HTML dropdown (select) content for page list.
-
functionget_the_ID()
Retrieves the ID of the current item in the WordPress Loop.
-
functionupdate_postmeta_cache()
Updates metadata cache for a list of post IDs.
-
Fires when _publish_post_hook() is called during an XML-RPC request.
-
functionwp_mime_type_icon()
Retrieves the icon for a MIME type or attachment.
-
Filters the mime type icon.
-
functionwp_check_for_changed_slugs()
Checks for changed slugs for published post objects and save the old slug.
-
functionwp_attachment_is_image()
Determines whether an attachment is an image.
-
functionwp_get_attachment_metadata()
Retrieves attachment metadata for attachment ID.
-
Filters the attachment meta data.
-
functionwp_update_attachment_metadata()
Updates metadata for an attachment.