Skip to content

Instantly share code, notes, and snippets.

@djrmom
Created July 17, 2020 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djrmom/04b24e5978cc881d8e970ede631023e9 to your computer and use it in GitHub Desktop.
Save djrmom/04b24e5978cc881d8e970ede631023e9 to your computer and use it in GitHub Desktop.
facetwp prevents template change while still changing facets
$(function() {
FWP.hooks.addFilter('facetwp/template_html', function() {
return true;
}, 200 );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment