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'


Top ↑

Return Return

(mixed) array if payment fees found, false otherwise


Top ↑

Source Source

File: includes/payments/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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