apply_filters( 'tec_events_virtual_export_should_show', boolean , WP_Post $event )
Allows filtering of whether the current user should have export fields modified.
Contents
Utilizes the values from the Show To field and provides the result to each video source where it can be overridden.
Parameters
-
(boolean) Whether to modify the export fields for the current user, default to false.
- $event
-
(WP_Post) The WP_Post of this event.
Source
Changelog
| Version | Description |
|---|---|
| 1.13.0 | Introduced. |