bbp_number_format

bbp_number_format

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_number_format') is found 1 times:

  • /includes/common/formatting.php line 573
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
            $number = 0;
        }
     
        // Filter & return
        return apply_filters( 'bbp_number_format', number_format( $number, $decimals, $dec_point, $thousands_sep ), $number, $decimals, $dec_point, $thousands_sep );
    }
     
    /**
     * A bbPress specific method of formatting numeric values
     *
     * @since 2.1.0 bbPress (r3857)