apply_filters( 'tribe_format_amount_with_symbol', string $formatted , int $amount , array $currency , boolean $html )
Filter the Formatted Currency with Symbol
Contents
Parameters
- $formatted
-
(string) The formatted amount.
- $amount
-
(int) The original amount to be formatted.
- $currency
-
(array) An array of currency formatting details.
- $html
-
(boolean) Whether to return with html wrap.
Source
Changelog
| Version | Description |
|---|---|
| 4.11.0 | Introduced. |