<?php add_action( 'init', 'myplugin_add_currency' ); function myplugin_add_currency(){ // Give your currency a name and symbol $args = array( 'name' =>; 'Myanmar Kyat', 'symbol' =>; 'K' ); // The first argument is the currency code. Usually a 3 letter code. ( United States Dollars = USD ) APP_Currencies::add_currency( 'APP', $args ); }
There are currently 1 users browsing this thread. (0 members and 1 guests)