Filter: gravityview/field/notes/content
Modify the note content before rendering in the template.
Parameters
| Name | Type | Description |
|---|---|---|
| $note_content | array | Array of note content that will be replaced in template files. |
| $note | object | Note object with id, user_id, date_created, value, note_type, user_name, user_email vars. |
| $show_delete | bool | True: Notes are editable. False: no editing notes. |
| $context | \GV\Template_Context | The context. |
Since
Source
Defined in includes/extensions/entry-notes/class-gravityview-field-notes.php at line 634