Filter: gform_notification_note
Allow customization of the Sending Result Note.
Parameters
| Name | Type | Description |
|---|---|---|
| $note_args | array | Array containing text, type and subtype for the note. |
| $entry_id | int | Id number for entry being processed. |
| $result | bool | The result returned by wp_mail(). |
| $notification | array | The notification properties. |
| $error_info | string | Additional details for notifications with error. |
array | Array containing email details. |
Source
Defined in forms_model.php at line 2945