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.


Parameters

$canonical_args

(<span class="TribeEventsViewsV2iCalendarLinksarray">TribeEventsViewsV2iCalendarLinksarray) A list of "passthrough" argument keys.

$view

(TribeEventsViewsV2View|null) The View we're being called from.


Top ↑

Return

(TribeEventsViewsV2iCalendarLinksarray<string>) $canonical_args The modified list of "passthrough" argument keys.


Top ↑

Source

File: src/Tribe/Views/V2/iCalendar/Links/Link_Abstract.php


Top ↑

Changelog

Changelog
Version Description
5.12.0 Introduced.