apply_filters( 'tec_views_v2_subscribe_links_canonical_args', TribeEventsViewsV2iCalendarLinksarray<string> $canonical_args , TribeEventsViewsV2View|null $view )
Allows other plugins to alter what gets passed to the subscribe link.
Contents
Parameters
- $canonical_args
-
(<span class="TribeEventsViewsV2iCalendarLinksarray">TribeEventsViewsV2iCalendarLinksarray) A list of "passthrough" argument keys.
- $view
-
(TribeEventsViewsV2View|null) The View we're being called from.
Return
(TribeEventsViewsV2iCalendarLinksarray<string>) $canonical_args The modified list of "passthrough" argument keys.
Source
Changelog
| Version | Description |
|---|---|
| 5.12.0 | Introduced. |