Skip to main content

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

NameTypeDescription
$should_chunkboolWhether chunking should be used.
$entry_countintTotal entries matching the export criteria.
$thresholdintThe active threshold.
$feedarrayThe Gravity Forms feed array.

Since

Source

Defined in add-ons/save/src/Feature/ChunkedExportProcessor.php at line 65