Project: Recovery Mode

Error Protection Functions

Core functions for the error protection and recovery mode system. Source: wp-includes/error-protection.php wp_recovery_mode() Accesses the global WordPress Recovery Mode instance. wp_recovery_mode(): WP_Recovery_Mode Returns: The singleton WP_Recovery_Mode instance. Example: if (...

Recovery Mode Hooks

Actions and filters for the error protection and recovery mode system. Source: Various recovery mode files Actions generate_recovery_mode_key Fires when a recovery mode key is generated. do_action( 'generate_recovery_mode_key', string $token,...

Recovery Mode

Error protection system that detects fatal errors from plugins/themes and allows administrators to safely access the site. Since: 5.2.0 Source: wp-includes/class-wp-recovery-mode.php, wp-includes/error-protection.php Components Component Description functions.md Core helper functions for...

WP_Recovery_Mode

Core class implementing Recovery Mode functionality. Orchestrates cookie, key, link, and email services. Source: wp-includes/class-wp-recovery-mode.php Since: 5.2.0 Constants Constant Value Description EXIT_ACTION 'exit_recovery_mode' Login action for exiting recovery mode Properties...

WP_Paused_Extensions_Storage

Storage class for managing paused plugins and themes during recovery mode. Source: wp-includes/class-wp-paused-extensions-storage.php Since: 5.2.0 Properties Property Type Visibility Description $type string protected Extension type: 'plugin' or 'theme' Option Storage...

WP_Recovery_Mode_Cookie_Service

Service class for setting, validating, and clearing recovery mode cookies. Source: wp-includes/class-wp-recovery-mode-cookie-service.php Since: 5.2.0 Cookie Format The cookie is base64 encoded with four pipe-delimited parts: recovery_mode|created_at|random|signature Part Description recovery_mode Constant...

WP_Recovery_Mode_Email_Service

Service class for sending recovery mode notification emails with rate limiting. Source: wp-includes/class-wp-recovery-mode-email-service.php Since: 5.2.0 Constants Constant Value Description RATE_LIMIT_OPTION 'recovery_mode_email_last_sent' Option name for rate limiting Properties Property Type Visibility...

WP_Recovery_Mode_Key_Service

Service class for generating, storing, and validating recovery mode keys. Source: wp-includes/class-wp-recovery-mode-key-service.php Since: 5.2.0 Properties Property Type Visibility Description $option_name string private Option name for key storage ('recovery_keys') Key Storage...

WP_Recovery_Mode_Link_Service

Service class for generating and handling recovery mode links. Source: wp-includes/class-wp-recovery-mode-link-service.php Since: 5.2.0 Constants Constant Value Description LOGIN_ACTION_ENTER 'enter_recovery_mode' Login action for entering recovery mode LOGIN_ACTION_ENTERED 'entered_recovery_mode' Login action after...

← Back to Chubes.net