Created
March 12, 2018 15:06
-
-
Save rayrutjes/7f6b6b8dbfd654c57fc421a585d41b6b to your computer and use it in GitHub Desktop.
Programatically hide instantsearch in Algolia plugin for WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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