Controller::is_full_site_editor()
Internal FSE function for asset conditional testing.
Return
(bool) Whether The current theme supports full-site editing or not.
Source
File: src/Events/Editor/Full_Site/Controller.php
public function is_full_site_editor(): bool {
return tec_is_full_site_editor();
}
Changelog
| Version | Description |
|---|---|
| 5.14.2 | Introduced. |