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