Controller::is_active()

Should only be active if we are in a Site Editor theme.


Return

(bool) Only active during FS theme.


Top ↑

Source

File: src/Events/Editor/Full_Site/Controller.php

	public function is_active(): bool {
		return tec_is_full_site_editor();
	}

Top ↑

Changelog

Changelog
Version Description
6.2.7 Introduced.