Action: gform_post_send_entry_note
It's here for compatibility with Gravity Forms.
Parameters
| Name | Type | Description |
|---|---|---|
| $method | string | The method that was used to send the note. |
| $to | string | The email address that the note was sent to. |
| $from | string | The email address that the note was sent from. |
| $subject | string | The subject of the note. |
| $message | string | The message of the note. |
| $form | array | The form that the note was sent from. |
| $entry | array | The entry that the note was sent from. |
See Also
Since
Source
Defined in includes/extensions/entry-notes/class-gravityview-field-notes.php at line 1015