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....
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...
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_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...
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...
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...
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...
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...
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...