apply_filters( 'number_format_i18n', string $formatted , float $number , int $decimals )
Filters the number formatted based on the locale.
Parameters
- $formatted
-
Converted number in string format.
- $number
-
The number to convert based on locale.
- $decimals
-
Precision of the number of decimal places.
Source
Changelog
Version | Description |
---|---|
WP-4.9.0 | The $number and $decimals arguments were added. |
WP-2.8.0 | Introduced. |