$(function() {
FWP.hooks.addFilter('facetwp/template_html', function() {
return true;
}, 200 );
});
Code snippets for FacetWP
$(function() {
FWP.hooks.addFilter('facetwp/template_html', function() {
return true;
}, 200 );
});