Tribe__Editor::is_gutenberg_active()
Checks if we have Gutenberg Project online, only useful while its a external plugin
Return
(boolean)
Source
File: src/Tribe/Editor.php
public function is_gutenberg_active() {
return function_exists( 'the_gutenberg_project' );
}
Changelog
| Version | Description |
|---|---|
| 4.8 | Introduced. |