Filter: gk/gravityexport/save/should-chunk
Filters whether a scheduled export should use chunked processing.
Return false to force single-shot processing regardless of entry count.
Parameters
| Name | Type | Description |
|---|---|---|
| $should_chunk | bool | Whether chunking should be used. |
| $entry_count | int | Total entries matching the export criteria. |
| $threshold | int | The active threshold. |
| $feed | array | The Gravity Forms feed array. |
Since
Source
Defined in add-ons/save/src/Feature/ChunkedExportProcessor.php at line 65