php [WooCommerce Brands]改变品牌档案的永久链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [WooCommerce Brands]改变品牌档案的永久链接相关的知识,希望对你有一定的参考价值。

function customise_product_brand_slug ( $tax ) {
	$tax['rewrite']['slug'] = 'custom-slug'; // Replace 'custom-slug' with your desired slug.
	return $tax;
}
add_filter( 'register_taxonomy_product_brand', 'customise_product_brand_slug' );

以上是关于php [WooCommerce Brands]改变品牌档案的永久链接的主要内容,如果未能解决你的问题,请参考以下文章

Woocommerce |在单个品牌页面上显示文字

WooCommerce 属性的 WordPress URL 重写

php [wpo woocommerce] optimizacion woocommerce #woocommerce #wordpress

php WooCommerce:修改WooCommerce默认客户角色

php WooCommerce:如何获取WooCommerce页面ID

php [WooCommerce Core]查询WooCommerce是否被激活