EDD_Fees::get_fee( string $id = '' )
Retrieve a specific fee
Description Description
Parameters Parameters
- $id
-
(Optional) ID of the fee to get
Default value: ''
Return Return
(array|bool) The fee array when available, false otherwise
Source Source
File: includes/class-edd-fees.php
Changelog Changelog
Version | Description |
---|---|
1.5 | Introduced. |