edd_payment_amount( int $payment_id )

Get the fully formatted payment amount. The payment amount is retrieved using edd_get_payment_amount() and is then sent through edd_currency_filter() and edd_format_amount() to format the amount correctly.


Description Description


Parameters Parameters

$payment_id

(Required) Payment ID


Top ↑

Return Return

(string) $amount Fully formatted payment amount


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.