apply_filters( 'tec_events_should_display_events_template_setting', bool $should_display )
Filter to determine if the Events Templates should be displayed in the settings.
Contents
Parameters
- $should_display
-
(bool) Whether the Events Templates should be displayed.
Source
File: src/admin-views/settings/tabs/display/display-calendar.php
Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |