WP_Recovery_Mode::is_initialized(): bool

In this article

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

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

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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