Skip to content

Instantly share code, notes, and snippets.

@mgibbs189
Created February 15, 2018 20:07
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 mgibbs189/df4612a009450345be17df2fe183a247 to your computer and use it in GitHub Desktop.
Save mgibbs189/df4612a009450345be17df2fe183a247 to your computer and use it in GitHub Desktop.
Hide fSelect search boxes
<?php
add_filter( 'facetwp_render_output', function( $output ) {
$output['settings']['YOUR_FACET_NAME']['showSearch'] = false;
return $output;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment