Filter: gform_is_feed_asynchronous
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']$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
| Name | Type | Description |
|---|---|---|
| $is_asynchronous | bool | Is feed being processed asynchronously? |
| $feed | array | The Feed Object currently being processed. |
| $entry | array | The Entry Object currently being processed. |
| $form | array | The Form Object currently being processed. |
Since
- 2.2
Source
Defined in includes/addon/class-gf-feed-addon.php at line 659