Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (function($) {
  2. FWP.hooks.addAction('facetwp/loaded', function() {
  3. $('.facetwp-selections li').hide();
  4. $('.facetwp-selections li[data-facet="region"]').show();
  5. }, 12);
  6. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement