apply_filters( 'tribe_ical_feed_posts_per_page', int $count )

Filters the number of upcoming events the iCal feed should export.

This filter allows developer to override the pagination setting and the default value to export a number of events that’s inferior or superior to the one shown on the page. The minimum value is 1.


Parameters

$count

(int) The number of upcoming events that should be exported in the feed, defaults to 30.


Top ↑

Source

File: src/Tribe/iCal.php