apply_filters( 'tec_common_value_get_currency_separator_decimal', string $currency_separator_decimal , TribeValuesAbstract_Currency )
Filter the value returned for get_currency_separator_decimal() when implemented in any class
Contents
Parameters
- $currency_separator_decimal
-
(string) the string representation of the value
-
(TribeValuesAbstract_Currency) the object instance
Return
(string)
Source
Changelog
| Version | Description |
|---|---|
| 4.14.9 | Introduced. |