apply_filters( 'tribe_events_virtual_meetings_enabled', bool $enable_meetings )
Filters whether to enable meetings support in the plugin or not.
Contents
Parameters
- $enable_meetings
-
(bool) Whether meetings and conference support is enabled in the plugin or not.
Source
File: src/Tribe/Plugin.php
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |