Skip to main content

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

NameTypeDescription
$retryboolIndicates if the feed can be retried following an error. Default is true.
$error\WP_ErrorThe error that occurred during feed processing.
$feedarrayThe feed that was processed.
$entryarrayThe entry the feed was processed for.
$formarrayThe form the entry and feed belong to.

Since

Source

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