php facetwp修改facet计数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp修改facet计数相关的知识,希望对你有一定的参考价值。

<?php

/** removes () from count, could also be used to replace with alternate bracketing or other output **/

add_filter( 'facetwp_facet_html', function( $output, $params ) {
	if ( 'product_categories' == $params['facet']['name'] ) {
		$output = preg_replace( '/\(([0-9]+)\)/', '$1', $output );
	}
	return $output;
}, 10, 2 );

以上是关于php facetwp修改facet计数的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp用facet的map facet替换listify map

php facetwp在autoselect上重置facet

php facetwp将标签添加到类别facet

php FacetWP - 修改结果计数短代码

php FacetWP - 类别重定向到排序的facets存档

php facetwp用facet sort替换woocommerce排序