Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2.  
  3. // Added to the Custom Hooks plugin
  4. add_action( 'wp_footer', function() {
  5. ?>
  6. <script>
  7. (function($) {
  8. $(document).on('facetwp-refresh', function() {
  9. if (FWP.loaded) {
  10. FWP.set_hash();
  11. window.location.reload();
  12. }
  13. });
  14. })(jQuery);
  15. </script>
  16. <?php
  17. }, 100 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement