Title: function for gey currency
Last modified: September 12, 2018

---

# function for gey currency

 *  Resolved [ajaysatasiya](https://wordpress.org/support/users/ajaysatasiya/)
 * (@ajaysatasiya)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/function-for-gey-currency/)
 * hello sir,
    i want to know if there is any function available where i can get
   which currency is user using… like in woocommerce there is “get_woocommerce_currency()”

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

 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/function-for-gey-currency/#post-10683068)
 * Hi,
    You can use this code to get the current currency:
 *     ```
        if(class_exists('WOOMULTI_CURRENCY_F_Data')){
       		        $data=new WOOMULTI_CURRENCY_F_Data();
       		        $current_currency= $data->get_current_currency();
                   }
       ```
   
 * Best regards,
    Kim
 *  Thread Starter [ajaysatasiya](https://wordpress.org/support/users/ajaysatasiya/)
 * (@ajaysatasiya)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/function-for-gey-currency/#post-10683252)
 * Thank you so much..
    Got it..

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

The topic ‘function for gey currency’ is closed to new replies.

 * ![](https://ps.w.org/woo-multi-currency/assets/icon-128x128.gif?rev=3089832)
 * [CURCY - Multi Currency for WooCommerce - Smoothly on WooCommerce 9.x](https://wordpress.org/plugins/woo-multi-currency/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-multi-currency/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-multi-currency/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-multi-currency/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-multi-currency/reviews/)

## Tags

 * [currency](https://wordpress.org/support/topic-tag/currency/)

 * 2 replies
 * 2 participants
 * Last reply from: [ajaysatasiya](https://wordpress.org/support/users/ajaysatasiya/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/function-for-gey-currency/#post-10683252)
 * Status: resolved