On this page
WP_Recovery_Mode::is_initialized(): bool
Checks whether recovery mode has been initialized.
Description
Recovery mode should not be used until this point. Initialization happens immediately before loading plugins.
Return
bool
Source
File: wp-includes/class-wp-recovery-mode.php. View all references
public function is_initialized() {
return $this->is_initialized;
}
Related
Used By
| Used By | Description |
|---|---|
| WP_Fatal_Error_Handler::display_default_error_template() wp-includes/class-wp-fatal-error-handler.php | Displays the default PHP error template. |
| WP_Fatal_Error_Handler::handle() wp-includes/class-wp-fatal-error-handler.php | Runs the shutdown handler. |
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_recovery_mode/is_initialized