Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 23, 2020 19:14
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 jchristopher/fb6806708669adfd947ec7682a737196 to your computer and use it in GitHub Desktop.
Save jchristopher/fb6806708669adfd947ec7682a737196 to your computer and use it in GitHub Desktop.
Disable SearchWP's Index delta handling
<?php
// Disable SearchWP's Index delta handling.
add_filter( 'searchwp\index\process\enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment