Redirects the current request to allow recovering multiple errors in one go.
WP_Recovery_Mode::store_error
Stores the given error so that the extension causing it is paused.
WP_Recovery_Mode::is_network_plugin
Checks whether the given extension a network activated plugin.
recovery_mode_email_link_ttl
Filter the amount of time the recovery mode email link is valid for.
Advertisement
WP_Recovery_Mode::get_extension_for_error
Gets the extension that the error occurred in.
WP_Recovery_Mode::get_link_ttl
Gets the number of seconds the recovery mode link is valid for.
recovery_mode_email_rate_limit
Filter the rate limit between sending new recovery mode email links.
WP_Recovery_Mode::get_email_rate_limit
Gets the rate limit between sending new recovery mode email links.
Advertisement
WP_Recovery_Mode::handle_cookie
Handles checking for the recovery mode cookie and validating it.
WP_Recovery_Mode::clean_expired_keys
Cleans any recovery mode keys that have expired according to the link TTL.
WP_Recovery_Mode::handle_exit_recovery_mode
Handles a request to exit Recovery Mode.
WP_Recovery_Mode::exit_recovery_mode
Ends the current recovery mode session.
Advertisement
WP_Recovery_Mode::is_initialized
Checks whether recovery mode has been initialized.
WP_Recovery_Mode::handle_error
Handles a fatal error occurring.
WP_Recovery_Mode::get_session_id
Gets the recovery mode session ID.