WP_Recovery_Mode
Methods
1 to 14 of 14
- WP_Recovery_Mode::__construct() – WP_Recovery_Mode constructor.
- WP_Recovery_Mode::clean_expired_keys() – Cleans any recovery mode keys that have expired according to the link TTL.
- WP_Recovery_Mode::exit_recovery_mode() – Ends the current recovery mode session.
- WP_Recovery_Mode::get_email_rate_limit() – Gets the rate limit between sending new recovery mode email links.
- WP_Recovery_Mode::get_link_ttl() – Gets the number of seconds the recovery mode link is valid for.
- WP_Recovery_Mode::get_session_id() – Gets the recovery mode session ID.
- WP_Recovery_Mode::handle_cookie() – Handles checking for the recovery mode cookie and validating it.
- WP_Recovery_Mode::handle_error() – Handles a fatal error occurring.
- WP_Recovery_Mode::handle_exit_recovery_mode() – Handles a request to exit Recovery Mode.
- WP_Recovery_Mode::initialize() – Initialize recovery mode for the current request.
- WP_Recovery_Mode::is_active() – Checks whether recovery mode is active.
- WP_Recovery_Mode::is_initialized() – Checks whether recovery mode has been initialized.
- WP_Recovery_Mode::redirect_protected() – 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.