Filter: mt_money_format

apply_filters( 'mt_money_format', $price ) → {string}

Format a numeric string as money.

Parameters:
Name Type Description
$price string | float

Original numeric value to format using current selected currency and structure.

Source:
Returns:
Type
string