edd_get_payment_fees( int $payment_id, string $type = 'all' )
Retrieves arbitrary fees for the payment
Description Description
Parameters Parameters
- $payment_id
-
(Required) Payment ID
- $type
-
(Optional) Fee type
Default value: 'all'
Return Return
(mixed) array if payment fees found, false otherwise
Source Source
File: includes/payments/functions.php
Changelog Changelog
Version | Description |
---|---|
1.5 | Introduced. |