Skip to content

Instantly share code, notes, and snippets.

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 robi09/cc573baceba7f81e0f7d92f4059a971a to your computer and use it in GitHub Desktop.
Save robi09/cc573baceba7f81e0f7d92f4059a971a to your computer and use it in GitHub Desktop.
FacetWP Selections with reset
<div id="selected-filters" class="selected-filters">
<h4><?php _e('Selected filters','rc'); ?>:</h4>
<?php echo facetwp_display('selections'); ?>
<span class="facetwp-reset" onclick="FWP.reset()"><?php _e('reset all filters','rc'); ?></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment