Action: gform_post_save_feed_settings
Perform a custom action when a feed is saved.
Parameters
| Name | Type | Description |
|---|---|---|
| $feed_id | string | The ID of the feed which was saved. |
| $form_id | int | The current form ID associated with the feed. |
| $settings | array | An array containing the settings and mappings for the feed. |
| $addon | \GFAddOn | The current instance of the GFAddOn object which extends GFFeedAddOn or GFPaymentAddOn (i.e. GFCoupons, GF_User_Registration, GFStripe). |
Since
Source
Defined in includes/addon/class-gf-feed-addon.php at line 2080