Skip to main content

Filter: gravityview/field/notes/content

Modify the note content before rendering in the template.

Parameters

NameTypeDescription
$note_contentarrayArray of note content that will be replaced in template files.
$noteobjectNote object with id, user_id, date_created, value, note_type, user_name, user_email vars.
$show_deleteboolTrue: Notes are editable. False: no editing notes.
$context\GV\Template_ContextThe context.

Since

  • 1.17
  • 2.0

Source

Defined in src/Field/Types/Notes.php at line 860