Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    Please use this code in your active theme functions.php file

    function rpress_custom_currencies( $currencies ) {
      $currencies['AED'] = __( 'Arab Emirates', 'restropress' );
      return $currencies;
    }
    add_filter('rpress_currencies', 'rpress_custom_currencies');

    Let us know if that doesn’t work for you.

    Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    We are closing this topic because of inactivity.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to add currency’ is closed to new replies.