number_format_i18n

number_format_i18n

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('number_format_i18n') is found 1 times:

  • /wp-includes/functions.php line 439
    	 * @param string $formatted Converted number in string format.
    	 * @param float  $number    The number to convert based on locale.
    	 * @param int    $decimals  Precision of the number of decimal places.
    	 */
    	return apply_filters( 'number_format_i18n', $formatted, $number, $decimals );
    }
    
    /**
     * Converts a number of bytes to the largest unit the bytes will fit into.
     *
     * It is easier to read 1 KB than 1024 bytes and 1 MB than 1048576 bytes. Converts