Filter: gform_pre_notification_save
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']
Example hook names:
gform_pre_notification_save(base hook)gform_pre_notification_save_1(with first modifier value)
Filters the notification before it is saved
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | The Form Object. |
| $is_new_notification | bool | True if it is a new notification. False otherwise. |
| $notification | array | The Notification Object. |
Since
- 1.7
Source
Defined in notification.php at line 631