apply_filters( 'tribe_editor_are_blocks_enabled', bool $should_load_blocks )

Filters whether the Blocks Editor is enabled or not.


Parameters

$should_load_blocks

(bool) Whether the Blocks Editor is enabled or not.


Top ↑

Source

File: src/Tribe/Editor.php


Top ↑

Changelog

Changelog
Version Description
4.14.13 Introduced.