WP_Recovery_Mode::is_active(): bool

Checks whether recovery mode is active.


Description

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


Top ↑

Return

bool True if recovery mode is active, false otherwise.


Top ↑

Source

File: wp-includes/class-wp-recovery-mode.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes

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