rpress_currency_symbol

Author: RestroPress 298 views

The rpress_currency_symbol filter is applied to use get the symbols to use for the currency. It receives two parameters.
$symbol ->symbols of currency.
$currency -> currency code.

apply_filters( ‘rpress_currency_symbol’, $symbol, $currency );