apply_filters( 'tec_views_v2_subscribe_link_visibility', boolean $visible )

Allows filtering the visibility of the Subscribe to Calendar and Add to Calendar links.


Parameters

$visible

(boolean) Whether to display the link.


Top ↑

Return

(boolean) $visible Whether to display the link.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
5.14.0 Introduced.