apply_filters( 'tec_views_v2_subscribe_links_url_args', TribeEventsViewsV2iCalendarLinksarray<string|TribeEventsViewsV2iCalendarLinksmixed> $passthrough_args , TribeEventsViewsV2iCalendarLinksarray<string> $canonical_args , TribeEventsViewsV2View $view )
Allows other plugins to alter the query args that get passed to the subscribe link.
Contents
Parameters
- $passthrough_args
-
(<span class="TribeEventsViewsV2iCalendarLinksarrayTribeEventsViewsV2iCalendarLinksarray<string|">TribeEventsViewsV2iCalendarLinksmixed>) The arguments used to build the ical links.
- $canonical_args
-
(<span class="TribeEventsViewsV2iCalendarLinksarray">TribeEventsViewsV2iCalendarLinksarray) A list of allowed argument keys.
- $view
-
(TribeEventsViewsV2View) The View we're being called from.
Return
(TribeEventsViewsV2iCalendarLinksarray<string|TribeEventsViewsV2iCalendarLinksmixed>) $passthrough_args The modified list of arguments used to build the ical links.
Source
Changelog
| Version | Description |
|---|---|
| 5.12.0 | Introduced. |