Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created August 25, 2016 15:37
Show Gist options
  • Save barrykooij/d79a8fef52ad99b0ce0686a670c946e0 to your computer and use it in GitHub Desktop.
Save barrykooij/d79a8fef52ad99b0ce0686a670c946e0 to your computer and use it in GitHub Desktop.
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