New and updated in 3.6.0
-
hookset_user_role
Fires after the user’s role has changed.
-
Fires after Customize settings have been saved.
-
functionadd_theme_support()
Registers theme support for a given feature.
-
functionwp_slash()
Adds slashes to a string or recursively adds slashes to strings within an array.
-
functionwp_unslash()
Removes slashes from a string or recursively removes slashes from strings within an array.
-
functionget_url_in_content()
Extracts and returns the first URL from passed content.
-
functionwp_heartbeat_settings()
Default settings for heartbeat.
-
Filters the HTML format of the search form.
-
functionwp_registration_url()
Returns the URL that allows the user to register on the site.
-
hookregister_url
Filters the user registration URL.
-
Fires before the search form is retrieved, at the start of get_search_form().
-
Filters the allowed encoding types.
-
Grabs the body of the cURL request.
-
Filters whether to pass URLs through wp_http_validate_url() in an HTTP request.
-
functionwp_auth_check()
Checks whether a user is still logged in, for the heartbeat.
-
functionget_tag_regex()
Returns RegEx body to liberally match an opening HTML tag.
-
function_canonical_charset()
Retrieves a canonical form of the provided charset appropriate for passing to PHP functions such as htmlspecialchars() and charset HTML attributes.
-
functionwp_auth_check_load()
Loads the auth check for monitoring whether the user is still logged in.
-
Filters whether to load the authentication check.
-
functionwp_auth_check_html()
Outputs the HTML that shows the wp-login dialog when the user is no longer logged in.
-
Filters whether the authentication check originated at the same domain.
-
functionwp_is_writable()
Determines if a directory is writable.
-
Registers date/time format strings for general POT.
-
functionwp_add_object_terms()
Adds term(s) associated with a given object.
-
functionwp_remove_object_terms()
Removes term(s) associated with a given object.
-
Checks if HTTP request is external or not.
-
functionallowed_http_request_hosts()
Marks allowed redirect hosts safe for HTTP requests as well.
-
functionms_allowed_http_request_hosts()
Adds any domain in a multisite installation for safe HTTP requests to the allowed list.