Skip to main content

Filter: gform_is_feed_asynchronous

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form['id']
  2. $feed['id']

Example hook names:

  • gform_is_feed_asynchronous (base hook)
  • gform_is_feed_asynchronous_1 (with first modifier value)
  • gform_is_feed_asynchronous_1_2 (with all modifier values)

Allow feed to be processed asynchronously.

Parameters

NameTypeDescription
$is_asynchronousboolIs feed being processed asynchronously?
$feedarrayThe Feed Object currently being processed.
$entryarrayThe Entry Object currently being processed.
$formarrayThe Form Object currently being processed.

Since

  • 2.2

Source

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