WordPress教程:禁用WooCommerce选项卡

禁用WooCommerce选项卡

/**
 * Remove product tabs
 *
 */
function woo_remove_product_tab($tabs) {
 
    unset( $tabs['description'] );              https:// Remove the description tab
    unset( $tabs['reviews'] );                  https:// Remove the reviews tab
    unset( $tabs['additional_information'] );   https:// Remove the additional information tab
 
    return $tabs;
 
}
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tab', 98);

在哪里添加此代码?

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

WordPress技巧

WordPress教程:WooCommerce更改商城列数

2019-3-17 15:57:02

WordPress技巧

WordPress教程:WooCommerce移除面包屑

2019-3-17 16:01:13

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