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


Top ↑

Return Return

(boolean) If the item is removed


Top ↑

Source Source

File: includes/payments/class-edd-payment.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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