New and updated in 2.7.0
-
function_maybe_update_themes()
Checks themes versions only after a duration of time.
-
functionwp_update_themes()
Checks for available updates to themes based on the latest versions hosted on WordPress.org.
-
functionwp_remote_request()
Performs an HTTP request and returns its response.
-
functionwp_remote_get()
Performs an HTTP request using the GET method and returns its response.
-
functionwp_remote_post()
Performs an HTTP request using the POST method and returns its response.
-
functionwp_remote_head()
Performs an HTTP request using the HEAD method and returns its response.
-
functionwp_remote_retrieve_headers()
Retrieves only the headers from the raw response.
-
functionwp_remote_retrieve_header()
Retrieves a single header by name from the raw response.
-
Retrieves only the response code from the raw response.
-
Retrieves only the response message from the raw response.
-
functionwp_remote_retrieve_body()
Retrieves only the body from the raw response.
-
function_wp_http_get_object()
Returns the initialized WP_Http Object
-
functionremove_all_actions()
Removes all of the callback functions from an action hook.
-
functionregister_uninstall_hook()
Sets the uninstallation hook for a plugin.
-
functionremove_all_filters()
Removes all of the callback functions from a filter hook.
-
functionwp_user_settings()
Saves and restores user interface settings stored in a cookie.
-
functionget_user_setting()
Retrieves user interface setting value based on setting name.
-
functiondelete_user_setting()
Deletes user interface settings.
-
functionget_all_user_settings()
Retrieves all user interface settings.
-
functiondelete_all_user_settings()
Deletes the user settings of the current user.
-
hookget_usernumposts
Filters the number of posts a user has written.
-
functionlocate_template()
Retrieves the name of the highest priority template file that exists.
-
Filters a retrieved attachment page link.
-
Filters the HTML output for the protected post password form.
-
functionpost_password_required()
Determines whether the post requires password and whether a correct password has been provided.
-
functionwp_page_menu()
Displays or retrieves a list of pages with an optional home link.
-
Filters the arguments used to generate a page-based menu.
-
hookwp_page_menu
Filters the HTML output of a page-based menu.
-
functionpost_class()
Displays the classes for the post container element.
-
functionget_post_class()
Retrieves an array of the class names for the post container element.