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

替换“Free!”产品字符串

  1. /**
  2. * WooCommerce Extra Feature
  3. * --------------------------
  4. *
  5. * Replace "Free!" by a custom string
  6. *
  7. */
  8. function woo_my_custom_free_message() {
  9. return "This product is FREE!";
  10. }
  11. 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管理员
欢迎您,新朋友,感谢参与互动!
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
私信列表
搜索
51La