apply_filters( 'tribe_format_amount', string $formatted , int $amount , array $currency )
Filter the Formatted Currency.
Contents
Parameters
- $formatted
-
(string) The formatted amount.
- $amount
-
(int) The original amount to be formatted.
- $currency
-
(array) An array of currency formatting details.
Source
Changelog
| Version | Description |
|---|---|
| 4.11.0 | Introduced. |