Checks whether the given extension a network activated plugin.
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.
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::handle_error
Handles a fatal error occurring.
WP_Recovery_Mode::is_initialized
Checks whether recovery mode has been initialized.
WP_Recovery_Mode::get_session_id
Gets the recovery mode session ID.
WP_Recovery_Mode::is_active
Checks whether recovery mode is active.
Advertisement
WP_Recovery_Mode::initialize
Initialize recovery mode for the current request.
WP_Recovery_Mode::__construct
WP_Recovery_Mode constructor.
WP_Recovery_Mode_Link_Service::get_recovery_mode_begin_url
Gets a URL to begin recovery mode.