Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pije76/cdc0daaac474adfc9742f08c0d4d6796 to your computer and use it in GitHub Desktop.
Save pije76/cdc0daaac474adfc9742f08c0d4d6796 to your computer and use it in GitHub Desktop.
Code used for facetWP reload page loop
<script>
(function($) {
$(document).on('facetwp-refresh', function() {
location.reload()
});
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment