apply_filters_deprecated( 'tribe_is_using_blocks', bool $is_using_blocks )

Whether the event is being served through blocks or the Classic Editor.


Parameters

$is_using_blocks

(bool) True if using blocks. False if using the Classic Editor.


Top ↑

Source

File: src/Tribe/Editor.php


Top ↑

Changelog

Changelog
Version Description
4.12.0 Introduced.