apply_filters( 'tec_events_virtual_outlook_single_event_export_url', string $url, string $base_url, TribeEventsVirtualExportarray<string|TribeEventsVirtualExportstring> $params, TribeEventsVirtualExportOutlook_Methods $outlook_methods, WP_Post $event, boolean $should_show )

Allow filtering of the export fields by the active video source.


Parameters

$url

(string) The url used to subscribe to a calendar in Outlook.

$base_url

(string) The base url used to subscribe in Outlook.

$params

(<span class="TribeEventsVirtualExportarrayTribeEventsVirtualExportarray<string|">TribeEventsVirtualExportstring>) An array of parameters added to the base url.

$outlook_methods

(TribeEventsVirtualExportOutlook_Methods) An instance of the link abstract.

$event

(WP_Post) The WP_Post of this event.

$should_show

(boolean) Whether to modify the export fields for the current user, default to false.


Top ↑

Source

File: src/Tribe/Export/Event_Export.php


Top ↑

Changelog

Changelog
Version Description
1.13.0 Introduced.