php facetwp自动启用地图上的过滤按钮
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp自动启用地图上的过滤按钮相关的知识,希望对你有一定的参考价值。
<?php
/**
** enable filtering on load of map
**/
add_action( 'wp_footer', function() {
?>
<script>
(function($) {
$(document).on('facetwp-loaded', function() {
var filterButton = $( ".facetwp-map-filtering" );
if ( !filterButton.hasClass('enabled') && 'undefined' == typeof FWP_MAP.enableFiltering ) {
filterButton.text(FWP_JSON['map']['resetText']);
FWP_MAP.is_filtering = true;
filterButton.addClass('enabled');
FWP_MAP.enableFiltering = true;
}
});
})(jQuery);
</script>
<?php
}, 100 );
以上是关于php facetwp自动启用地图上的过滤按钮的主要内容,如果未能解决你的问题,请参考以下文章
php facetwp挂钩加载店铺上的更多按钮
php facetwp更改自动完成按钮文本
php facetwp更改自动完成按钮文本
php facetwp仅启用了facetwp的bb模块的主查询
php FacetWP - 自定义地图标记
php facetwp地图样式