php facetwp在autoselect上重置facet
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp在autoselect上重置facet相关的知识,希望对你有一定的参考价值。
<?php
/** reset a facet (facet 2) on submission of different facet (facet 1)
** change 'search' to name of facet 1
** change 'product_categories' to the name of the facet 2
**/
add_action( 'wp_footer', function() {
?>
<script>
(function($) {
$(document).on('facetwp-refresh', function() {
if ( 'undefined' !== typeof FWP.facets['search'] && FWP.facets['search'].length < 1 ) {
FWP.facets['product_categories'] = [];
}
});
})(jQuery);
</script>
<?php
}, 100 );
以上是关于php facetwp在autoselect上重置facet的主要内容,如果未能解决你的问题,请参考以下文章
javascript facetwp在下拉列表更改时重置另一个方面
text facetwp重置链接
php facetwp在wp_head hook上滚动到顶部
php facetwp在加载后可以在listify主页上显示搜索过滤器
php facetwp替换输出上的显示值
php facetwp自动启用地图上的过滤按钮