Filter: gform_get_form_save_email_confirmation_filter
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_get_form_save_email_confirmation_filter(base hook)gform_get_form_save_email_confirmation_filter_1(with first modifier value)
Filters the form confirmation text.
This filter allows the form confirmation text to be programmatically changed before it is rendered to the page.
Parameters
| Name | Type | Description |
|---|---|---|
| $save_email_confirmation | string | Confirmation text to be filtered. |
| $form | array | The current form object |
Since
Source
Defined in form_display.php at line 5077