edd_payment_tax( int $payment_id, bool $payment_meta = false )

Retrieves taxed amount for payment and then returns a full formatted amount This function essentially calls edd_get_payment_tax()


Description Description

See also See also


Top ↑

Parameters Parameters

$payment_id

(Required) Payment ID

$payment_meta

(Optional) Payment Meta provided? (default: false)

Default value: false


Top ↑

Return Return

(string) $subtotal Fully formatted payment subtotal


Top ↑

Source Source

File: includes/payments/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.3.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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