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_Pro/Block_Templates/Controller.php

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

Top ↑

Changelog

Changelog
Version Description
6.3.2 Introduced.