Skip to main content

Filter: gform_notification_settings_fields

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form['id']

Example hook names:

  • gform_notification_settings_fields (base hook)
  • gform_notification_settings_fields_1 (with first modifier value)

Filters the Notification settings fields before they are displayed.

Parameters

NameTypeDescription
$fieldsarrayForm settings fields.
$formarrayForm Object.

Since

  • 2.5

Source

Defined in notification.php at line 508