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: ''


Top ↑

Return Return

(int) The new note ID


Top ↑

Source Source

File: includes/payments/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.