Filter: gform_notification_settings_fields
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$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
| Name | Type | Description |
|---|---|---|
| $fields | array | Form settings fields. |
| $form | array | Form Object. |
Since
- 2.5
Source
Defined in notification.php at line 508