Uses
| Uses | Description | 
|---|---|
| wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::is_active() | Checks whether recovery mode is active. | 
| wp-includes/error-protection.php: wp_recovery_mode() | Access the WordPress Recovery Mode instance. | 
Is WordPress in Recovery Mode.
In this mode, plugins or themes that cause WSODs will be paused.
(bool)
File: wp-includes/load.php
function wp_is_recovery_mode() {
	return wp_recovery_mode()->is_active();
}  | Version | Description | 
|---|---|
| 5.2.0 | Introduced. | 
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/functions/wp_is_recovery_mode