Extra WordPress Filters in Pro (Change the symbol for a currency. Evenbrite currencies are ISO e.g. USD) | Display Eventbrite Events
add_filter( ‘wfea_currency_symbol’, function ( $symbol, $currency) { // do you stuff to update the symbol return $symbol; }, 10, 2 );Continue reading