WP_Recovery_Mode::is_initialized()

Checks whether recovery mode has been initialized.


Description Description

Recovery mode should not be used until this point. Initialization happens immediately before loading plugins.


Return Return

(bool)


Top ↑

Source Source

File: wp-includes/class-wp-recovery-mode.php

	public function is_initialized() {
		return $this->is_initialized;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.