Easy Digital Downloads目前越来越流行,国内很多虚拟商品交易网站都在开始使用这个插件来作为自己的交易平台。但很遗憾,这个插件默认是不支持中国的人民币的。但没问题,原作者给出了一个自定义的函数。例如:我们要加入人民币支持,我们可以使用下面的代码。将其添加到你的主题的functions.php文件内即可。

function iesay_edd_currencies( $currencies ) {
	$currencies['CNY'] = __('China Yuan', 'your_domain');
	return $currencies;
}
add_filter('edd_currencies', 'iesay_edd_currencies');
[slink url="https://github.com/bigfa/wp-oauth"]测试下载[/slink]

The WordPress Toolbox
Unlimited Downloads: 500,000+ WordPress Themes, Plugins, Templates & Design Assets

教程:让Easy Digital Downloads 原生支持人民币

DOWNLOAD NOW

发表回复