edd_delete_payment_note( int $comment_id, int $payment_id )
Deletes a payment note
Description Description
Parameters Parameters
- $comment_id
-
(Required) The comment ID to delete
- $payment_id
-
(Required) The payment ID the note is connected to
Return Return
(bool) True on success, false otherwise
Source Source
File: includes/payments/functions.php
Changelog Changelog
Version | Description |
---|---|
1.6 | Introduced. |