edd_insert_payment_note( int $payment_id, string $note = '' )
Add a note to a payment
Description Description
Parameters Parameters
- $payment_id
-
(Required) The payment ID to store a note for
- $note
-
(Optional) The note to store
Default value: ''
Return Return
(int) The new note ID
Source Source
File: includes/payments/functions.php
Changelog Changelog
Version | Description |
---|---|
1.4 | Introduced. |