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
$lead_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'

Source

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