gfff_reprocess_feeds

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Filters whether to reprocess feeds that have already been processed.

Usage

Apply to all feeds for all forms.

add_filter( 'gfff_reprocess_feeds', '__return_true' );

Apply to all feeds for a specific form.

add_filter( 'gfff_reprocess_feeds_FORMID', '__return_true' );

Parameters

  • reprocess_feeds bool

    Whether to reprocess feeds.

Since

This filter is available since Gravity Forms Feed Forge 1.0.1.