Guest User

Untitled

a guest
Jul 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2.  
  3. add_filter( 'algolia_autocomplete_config', function ( $config ) {
  4. if (true) { // Replace this condition to match your needs.
  5.  
  6. // Autocomplete enabled.
  7. return $config
  8. }
  9.  
  10.  
  11. // Autocomplete disabled.
  12. return array();
  13. } );
Add Comment
Please, Sign In to add comment