EDD_Payment::decrease_tax( float $amount = 0.0 )
Decrease the payment’s tax by the provided amount
Description Description
Parameters Parameters
- $amount
-
(Optional) The amount to reduce the payment tax by
Default value: 0.0
Return Return
(void)
Source Source
File: includes/payments/class-edd-payment.php
Changelog Changelog
Version | Description |
---|---|
2.5 | Introduced. |