Filter: gk/gravitycalendar/ics-export/cache/enabled
Filters whether generated calendars are written to disk.
With this false, every subscription request rebuilds the calendar, as the plugin did before the stored copy existed. See the method docblock for the trade-off and for per-feed examples.
Parameters
| Name | Type | Description |
|---|---|---|
| $enabled | bool | Whether the generated calendar may be stored. Default true. |
| $feed_id | int | Feed being generated. |
Since
- 2.21.0
Source
Defined in includes/class-calendar-feed.php at line 5330