WP_Recovery_Mode::is_active(): bool

In this article

Checks whether recovery mode is active.

Description

This will not change after recovery mode has been initialized. WP_Recovery_Mode::run().

Return

bool True if recovery mode is active, false otherwise.

Source

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

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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