WordPress教程:删除WooCommerce默认设置

删除WooCommerce默认设置

add_filter( 'woocommerce_catalog_settings', 'woo_remove_catalog_options' );
 
function woo_remove_catalog_options( $catalog ) {
 
  unset($catalog[23]); https://Trim zeros (no) 
  unset($catalog[22]); https://2 decimals 
  unset($catalog[21]); https://decimal sep (.) 
  unset($catalog[20]); https://thousand sep (,) 
  unset($catalog[19]); https://currency position (left)   
  unset($catalog[18]); https://currency position (left)   
  unset($catalog[5]); https:// ajax add to cart (no)  
 
  return $catalog; 
}

在哪里添加此代码?

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

WordPress技巧

WordPress教程:WooCommerce更改小工具标题

2019-3-17 17:52:42

WordPress技巧

WordPress教程:WooCommerce更改发件人电子邮件地址

2019-3-17 17:55:33

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