Filter: gk/gravitycalendar/events/override
Override the default event processing and return an empty array.
This filter allows developers to completely bypass the standard event generation logic and return an empty event set for the calendar.
Parameters
| Name | Type | Description |
|---|---|---|
| $override | bool | Whether to skip processing events and return an empty array. Default: false. |
| $feed_id | int | ID of the current feed being processed. |
Since
Source
Defined in includes/class-calendar-feed.php at line 2871