apply_filters( 'tribe_ical_feed_vtimezone', array $item, array $timezones )

Allow for customization of an individual “VTIMEZONE” item to be rendered inside an iCal export file.


Parameters

$item

(array) The various iCal file format components of this specific event item.

$timezones

(array) The various iCal timzone components of this specific event item.


Top ↑

Source

File: src/Tribe/iCal.php


Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.