New and updated in 4.4.0
-
Fires immediately before a specific network option is deleted.
-
functionupdate_site_option()
Updates the value of an option that was already added for the current network.
-
Filters a specific transient before its value is set.
-
Fires after the value for a specific transient has been set.
-
functionget_site_option()
Retrieve an option value for the current network based on name of option.
-
Filters the value of an existing network option before it is retrieved.
-
Filters the value of a specific default network option.
-
Filters the value of an existing transient before it is retrieved.
-
Filters an existing transient’s value.
-
Filters a specific option before its value is (maybe) serialized and updated.
-
Fires after the value of a specific option has been successfully updated.
-
Filters the value of an existing option before it is retrieved.
-
Filters the default value for an option.
-
hookoption_{$option}
Filters the value of an existing option.
-
Prepares the query variables.
-
functionclean_user_cache()
Cleans all user caches.
-
functionvalidate_username()
Checks whether a username is valid.
-
functioncount_users()
Counts number of users who have each of the user roles.
-
functionget_single_template()
Retrieves path of single template in current or parent template. Applies to single Posts, single Attachments, and single custom post types.
-
functionhas_post_thumbnail()
Determines whether a post has an image attached.
-
functionget_post_thumbnail_id()
Retrieves the post thumbnail ID.
-
functionget_the_post_thumbnail()
Retrieves the post thumbnail.
-
functionwp_get_attachment_link()
Retrieves an attachment page link using an image or icon, if possible.
-
Filters the HTML output of a list of pages as a dropdown.
-
hookwp_list_pages
Filters the HTML output of the pages to list.
-
functionwp_page_menu()
Displays or retrieves a list of pages with an optional home link.
-
functionwp_get_attachment_image()
Gets an HTML img element representing an image attachment.
-
functionget_lastpostdate()
Retrieves the most recent time that a post on the site was published.
-
functionget_lastpostmodified()
Gets the most recent time that a post on the site was modified.