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


Top ↑

Return Return

(bool) True on success, false otherwise


Top ↑

Source Source

File: includes/payments/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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