Title: Multi-Currency Switcher Shortcode
Last modified: April 29, 2023

---

# Multi-Currency Switcher Shortcode

 *  Resolved [devinv](https://wordpress.org/support/users/devinv/)
 * (@devinv)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/multi-currency-switcher-shortcode/)
 * Hi there,
 * Is there a shortcode for the currency switcher? I’m trying to include the currency
   switcher in my site’s header, but my current theme doesn’t support widgets in
   the header. Is there a shortcode that I could use instead?

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

 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/multi-currency-switcher-shortcode/#post-16701113)
 * Hi,
 * I understand the site is using a third party theme, and that you would like to
   show currency switcher.
 * Can you try the following snippet?
 *     ```wp-block-code
       <?php 
       	if ( function_exists( 'wc_get_currency_switcher_markup' ) ) {
       		$instance = [
       			'symbol' => true,
       			'flag'   => false,
       		];
       		$args = [];
       		echo wc_get_currency_switcher_markup( $instance, $args );
   
       	}
       ?>
       ```
   
 * Source: [https://woocommerce.com/document/woocommerce-payments/currencies/multi-currency-setup/#section-15](https://woocommerce.com/document/woocommerce-payments/currencies/multi-currency-setup/#section-15)
 * You can add the custom code directly on your _[functions.php](https://www.wpbeginner.com/glossary/functions-php/)_
   file, or you can add the snippet as well using the [Code Snippets](https://wordpress.org/plugins/code-snippets/)
   plugin.
 * Hope this helps 😉
    -  This reply was modified 3 years, 1 month ago by [Igor H](https://wordpress.org/support/users/ihereira/).
 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [3 years ago](https://wordpress.org/support/topic/multi-currency-switcher-shortcode/#post-16831405)
 * Hi,
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved–
   we’ll be here if and/or when you are ready to continue.
   Best.

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

The topic ‘Multi-Currency Switcher Shortcode’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-payments/assets/icon-256x256.png?rev=3234740)
 * [WooPayments: Integrated WooCommerce Payments](https://wordpress.org/plugins/woocommerce-payments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-payments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-payments/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-payments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-payments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-payments/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Igor H](https://wordpress.org/support/users/ihereira/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/multi-currency-switcher-shortcode/#post-16831405)
 * Status: resolved