Skip to main content

Action: gform_post_note_added

Fires after a note has been added to an entry

Parameters

NameTypeDescription
$wpdbint->insert_id The row ID of this note in the database
$entry_idintThe ID of the entry that the note was added to
$user_idintThe ID of the current user adding the note
$user_namestringThe user name of the current user
$notestringThe content of the note being added
$note_typestringThe type of note being added. Defaults to 'note'
$sub_typestringThe sub-type of note being added.

Since

  • 2.4.13: Added sub_type parameter.
  • Unknown: Unknown

Source

  • Defined in forms_model.php at line 2807
  • Defined in includes/legacy/forms_model_legacy.php at line 2569