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
Return Return
(string) $amount Fully formatted payment amount
Source Source
File: includes/payments/functions.php
Changelog Changelog
Version | Description |
---|---|
1.4 | Introduced. |