EDD_Payment::remove_fee_by( string $key, int|string $value, boolean $global = false )
Remove a fee by the defined attributed
Description Description
Parameters Parameters
- $key
-
(Required) The key to remove by
- $value
-
(Required) The value to search for
- $global
-
(Optional) False - removes the first value it finds, True - removes all matches
Default value: false
Return Return
(boolean) If the item is removed
Source Source
File: includes/payments/class-edd-payment.php
Changelog Changelog
Version | Description |
---|---|
2.5 | Introduced. |