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
| Name | Type | Description |
|---|---|---|
| $allow_reprocessing | bool | Indicates if the feed can be reprocessed. Default is false. |
| $feed | array | The feed queued for processing. |
| $entry | array | The entry being processed. |
| $form | array | The form the entry belongs to. |
| $addon | \GFFeedAddOn | The current instance of the add-on the feed belongs to. |
| $processed_feeds | array | An 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