apply_filters( 'tec_views_v2_single_event_gcal_link_base_url' )
Allow users to Filter our Google Calendar Link base URL before constructing the URL.
After this filter, the list will be trimmed to remove any empty values and discarded if any required params are missing. Returning an empty/falsy value here will short-circuit the function to bail out now with an empty string.
Source
File: src/Tribe/Views/V2/iCalendar/Links/Google_Calendar.php
Changelog
| Version | Description |
|---|---|
| 5.14.0 | Introduced. |