Skip to content

Instantly share code, notes, and snippets.

@djrmom
Forked from stegel/custom-hooks.php
Last active September 10, 2018 21:27
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/cc60c9b5e0c0ee2f2e1d68457b086c52 to your computer and use it in GitHub Desktop.
Save djrmom/cc60c9b5e0c0ee2f2e1d68457b086c52 to your computer and use it in GitHub Desktop.
Custom Hook for refresh on sort
(function($) {
$('.facetwp-sort')).on('change', 'select', function() {
FWP.refresh();
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment