Filter: gform_is_feed_error_retryable
Determines if the feed should remain in the queue for another attempt based on the error that occurred during processing.
Parameters
| Name | Type | Description |
|---|---|---|
| $retry | bool | Indicates if the feed can be retried following an error. Default is true. |
| $error | \WP_Error | The error that occurred during feed processing. |
| $feed | array | The feed that was processed. |
| $entry | array | The entry the feed was processed for. |
| $form | array | The form the entry and feed belong to. |
Since
Source
Defined in includes/addon/class-gf-feed-addon.php at line 779