Skip to main content

Filter: gravityview/calendar/settings/total-event-limit

Modify the total number of events displayed on a calendar.

Parameters

NameTypeDescription
$total_event_limitintMaximum 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_idintID 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