Filter: gform_pre_confirmation_save
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']
Example hook names:
gform_pre_confirmation_save(base hook)gform_pre_confirmation_save_1(with first modifier value)
Filters the confirmation before it is saved.
Parameters
| Name | Type | Description |
|---|---|---|
| $confirmation | array | The confirmation details. |
| $form | array | The Form Object. |
| $is_new_confirmation | bool | True if this is a new confirmation. False if editing existing. |
Since
- Unknown: Unknown
Source
Defined in includes/class-confirmation.php at line 577