Provider::is_full_site_editor()

Internal FSE function for asset conditional testing.


Return

(boolean) Whether The current theme supports full-site editing or not.


Top ↑

Source

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

	public function is_full_site_editor() {
		return tec_is_full_site_editor();
	}

Top ↑

Changelog

Changelog
Version Description
5.14.2 Introduced.