Filter: gravityview/calendar/settings/total-event-limit
Modify the total number of events displayed on a calendar.
Parameters
| Name | Type | Description |
|---|---|---|
| $total_event_limit | int | Maximum number of events to display. Default: 1000 for entries supplied through the gravityview/calendar/events/source_data filter, 0 for entries read from the database. Accepts 0 or less for no limit. |
| $feed_id | int | ID of the current feed being processed. |
Since
- 1.1
- 2.19.0: Applies to entries read from the database, where it defaults to unlimited.
Source
Defined in includes/class-calendar-feed.php at line 3059