Tribe__Editor::should_load_blocks()
Utility function to check if we should load the blocks or not.
Return
(bool)
Source
File: src/Tribe/Editor.php
public function should_load_blocks() {
return (
$this->is_gutenberg_active() || $this->is_wp_version()
)
&& $this->is_blocks_editor_active();
}
Changelog
| Version | Description |
|---|---|
| 4.8 | Introduced. |