php 重新排序WooCommerce标签
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 重新排序WooCommerce标签相关的知识,希望对你有一定的参考价值。
add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 );
function woo_reorder_tabs( $tabs ) {
$tabs['reviews']['priority'] = 5; // Reviews first
$tabs['description']['priority'] = 10; // Description second
$tabs['additional_information']['priority'] = 15; // Additional information third
return $tabs;
}
以上是关于php 重新排序WooCommerce标签的主要内容,如果未能解决你的问题,请参考以下文章
php 重新排序WooCommerce标签
php 重新排序WooCommerce中的结帐字段
php 重新排列woocommerce标签
php facetwp重新添加woocommerce post子句按价格排序
Woocommerce 重新排序单页钩子,描述显示两次
如何按ID排序不随机化Woocommerce的相关产品