apply_filters( 'tec_events_virtual_show_virtual_content', boolean $show, WP_Post $event )

Filters whether the virtual content should show or not.


Parameters

$show

(boolean) If the virtual content should show or not.

$event

(WP_Post) The event post object, as decorated by the tribe_get_event function.


Top ↑

Source

File: src/Tribe/Meetings/Webex/Event_Meta.php


Top ↑

Changelog

Changelog
Version Description
1.0.4 Introduced.