apply_filters( 'tec_events_virtual_show_virtual_content', boolean $show , WP_Post $event )
Filters whether the virtual content should show or not.
Contents
Parameters
- $show
-
(boolean) If the virtual content should show or not.
- $event
-
(WP_Post) The event post object, as decorated by the
tribe_get_eventfunction.
Source
Changelog
| Version | Description |
|---|---|
| 1.0.4 | Introduced. |