php 删除产品详细信息中的标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 删除产品详细信息中的标签相关的知识,希望对你有一定的参考价值。

// Remove tabs from product details
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
function woo_remove_product_tabs( $tabs ) {
    unset( $tabs['description'] );          // Remove the description tab
    unset( $tabs['reviews'] );          // Remove the reviews tab
    unset( $tabs['additional_information'] );   // Remove the additional information tab
    return $tabs;
}

以上是关于php 删除产品详细信息中的标签的主要内容,如果未能解决你的问题,请参考以下文章

xml 标签式产品详细信息示例

php WooCommerce:向产品卡添加详细信息

php 重新排序产品详细信息块

如何从表格中删除标题和详细信息占位符标签及其行?

javascript清除数组

Woocommerce 产品标签(显示其他产品)