New and updated in 5.2.0
-
hooklogin_headertext
Filters the link text of the header logo above the login form.
-
Gets the extension that the error occurred in.
-
Checks whether the given extension a network activated plugin.
-
Stores the given error so that the extension causing it is paused.
-
Redirects the current request to allow recovering multiple errors in one go.
-
Initialize recovery mode for the current request.
-
Gets the number of seconds the recovery mode link is valid for.
-
Checks whether recovery mode is active.
-
Filters the amount of time the recovery mode email link is valid for.
-
Gets the recovery mode session ID.
-
Checks whether recovery mode has been initialized.
-
Handles a fatal error occurring.
-
Ends the current recovery mode session.
-
Handles a request to exit Recovery Mode.
-
Cleans any recovery mode keys that have expired according to the link TTL.
-
Handles checking for the recovery mode cookie and validating it.
-
classWP_Recovery_Mode
Core class used to implement Recovery Mode.
-
Gets the rate limit between sending new recovery mode email links.
-
WP_Recovery_Mode constructor.
-
Filters the rate limit between sending new recovery mode email links.
-
Filters the network data before the query takes place.
-
functionget_privacy_policy_template()
Retrieves path of Privacy Policy page template in current or parent template.
-
functionwp_is_jsonp_request()
Checks whether current request is a JSONP request, or is expecting a JSONP response.
-
functionwp_is_xml_request()
Checks whether current request is an XML request, or is expecting an XML response.
-
functionwp_is_recovery_mode()
Determines whether WordPress is in Recovery Mode.
-
functionis_protected_endpoint()
Determines whether we are currently on an endpoint that should be protected against WSODs.
-
Filters whether the current request is against a protected endpoint.
-
functionis_protected_ajax_action()
Determines whether we are currently handling an Ajax action that should be protected against WSODs.
-
Filters the array of protected Ajax actions.
-
functionwp_skip_paused_plugins()
Filters a given list of plugins, removing any paused plugins from it.