apply_filters( 'tribe_ical_template_event_ids', array<int>|false )

Allows filtering the event IDs after the Tribe__Events__ICal class tried to fetch them from the current request.


Parameters

(<span class="array">array|false) Either a list of requested event post IDs or false if the current request does not specify the event post IDs to fetch.


Top ↑

Source

File: src/Tribe/iCal.php


Top ↑

Changelog

Changelog
Version Description
4.6.0 Introduced.