php facetwp多个父母

Posted

tags:

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

<?php

add_filter( 'facetwp_index_row', function( $params, $class ) {
	if ( 'sub_categories' == $params['facet_name'] ) { // change sub_categories to name of your facet
		$parents = array( 18, 20 ); // change to ids of your parent terms
		if ( ! isset( $params['parent_id'] ) || ! in_array( $params['parent_id'], $parents ) ) {
			return false;
		}
	}
	return $params;
}, 10, 2 );

以上是关于php facetwp多个父母的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp索引只有父母

php facetwp索引父母

php facetwp索引自动完成方面的多个值

php facetwp facetwp-woocommerce的模板

php facetwp用facetwp替换genesis pager

php facetwp在GeneratePress中显示facetwp寻呼机