edd_get_payment_notes( int $payment_id, string $search = '' )

Retrieve all notes attached to a purchase


Description Description


Parameters Parameters

$payment_id

(Required) The payment ID to retrieve notes for

$search

(Optional) Search for notes that contain a search term

Default value: ''


Top ↑

Return Return

(array) $notes Payment Notes


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.