apply_filters( 'bp_core_number_format', string $value , int $number , bool $decimals )
Filters the BuddyPress formatted number.
Description Description
Parameters Parameters
- $value
-
BuddyPress formatted value.
- $number
-
The number to be formatted.
- $decimals
-
Whether or not to use decimals.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
1.2.4 | Introduced. |