WordPress教程:WooCommerce替换“Free!”产品字符串

替换“Free!”产品字符串

/**
 * WooCommerce Extra Feature
 * --------------------------
 *
 * Replace "Free!" by a custom string
 *
 */
function woo_my_custom_free_message() {
  return "This product is FREE!";
}
 
add_filter('woocommerce_free_price_html', 'woo_my_custom_free_message');

在哪里添加此代码?

将PHP代码放在主题或子主题functions.php文件的底部。

WordPress技巧

WordPress教程:WooCommerce限制运输的国家列表

2019-3-17 16:03:59

WordPress技巧

WordPress教程:WooCommerce当免费送货可用时隐藏所有其他运送方式

2019-3-17 16:07:10

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索