apply_filters( 'tec_events_virtual_export_should_override_venue_location', boolean , WP_Post $event )

Filters whether or not we should respect the Venue value to be listed on the location field. If false the Venue will be preserved, if true the Virtual Event URL will replace it.


Parameters

(boolean) Whether to override the venue location field with the virtual URL.

$event

(WP_Post) The WP_Post of this event.


Top ↑

Source

File: src/Tribe/Export/Event_Export.php


Top ↑

Changelog

Changelog
Version Description
1.15.7 Introduced.