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