Created
August 25, 2016 15:37
-
-
Save barrykooij/d79a8fef52ad99b0ce0686a670c946e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'wpcm_currencies', function( $currencies ) { | |
$currencies[ 'LKR' ] = 'Sri Lankan Rupee'; | |
return $currencies; | |
}, 10, 1 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment