Filter: mt_money_format_spacer

apply_filters( 'mt_money_format_spacer', $space, $price ) → {string}

Filter the character used to separate the currency symbol from the value.

Parameters:
Name Type Description
$space string

Spacing character. Default empty string or single space.

$price string

Formatted price without currency symbols.

Source:
Returns:
Type
string