gfff_feed_condition_met
Description
Filters whether to reprocess feeds that have already been processed.
Usage
Apply to feeds for all forms.
add_filter( 'gfff_feed_condition_met', '__return_true' );
Apply to feeds for a specific form.
add_filter( 'gfff_feed_condition_met_FORMID', '__return_true' );
Parameters
feed_condition_met bool
Whether feed condition is met.
feed array
The current feed.
form array
The current form.
entry array
The current entry.
Since
This filter is available since Gravity Forms Feed Forge 1.0.2.