RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_currency_symbol

rpress_currency_symbol

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 );

How can we help?