Skip to main content

Filter: gform_allow_feed_reprocessing

Allows reprocessing of the feed to be enabled. This applies to both synchronous and asynchronous feed processing.

By default, feeds are prevented from being sent multipe times for the same entry. Using this filter, reprocessing can be enabled.

Parameters

NameTypeDescription
$allow_reprocessingboolIndicates if the feed can be reprocessed. Default is false.
$feedarrayThe feed queued for processing.
$entryarrayThe entry being processed.
$formarrayThe form the entry belongs to.
$addon\GFFeedAddOnThe current instance of the add-on the feed belongs to.
$processed_feedsarrayAn array of feed IDs that have already been processed for the given entry.

Since

Source

Defined in includes/addon/class-gf-feed-addon.php at line 738