apply_filters( "tec_views_v2_subscribe_links_{$slug}_label", string $label, TribeEventsViewsV2iCalendarLinksLink_Abstract $link_obj, TribeEventsViewsV2View $view )

Allows filtering of the labels for the Calendar view labels.


Parameters

$label

(string) The label that will be displayed.

$link_obj

(TribeEventsViewsV2iCalendarLinksLink_Abstract) The link object the label is for.

$view

(TribeEventsViewsV2View) The current View object.


Top ↑

Return

(string) $label The label that will be displayed.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
5.12.0 Introduced.