Skip to content

Instantly share code, notes, and snippets.

@rayrutjes
Created March 12, 2018 15:06
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 rayrutjes/7f6b6b8dbfd654c57fc421a585d41b6b to your computer and use it in GitHub Desktop.
Save rayrutjes/7f6b6b8dbfd654c57fc421a585d41b6b to your computer and use it in GitHub Desktop.
Programatically hide instantsearch in Algolia plugin for WordPress
<?php
add_filter( 'algolia_should_override_search_with_instantsearch', function() {
return false;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment