• Resolved ajaysatasiya

    (@ajaysatasiya)


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

    (@ajaysatasiya)

    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.