gform_post_save_feed_settings

Description

Perform a custom action when a feed is saved.

Usage

do_action( 'gform_post_save_feed_settings', $result, $form_id, $settings, $this );

Parameters

  • $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).

Placement

This code should be placed in the functions.php file of your active theme.

Since

This filter was added in Gravity Forms v2.4.12.3.

Source Code

This filter is located in class-gf-feed-addon.php.