-
-
Save searchwpgists/5da4c2e339e127d63993be74f0c01840 to your computer and use it in GitHub Desktop.
Force enable SearchWP's alternate indexer
This file contains 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 | |
// Force enable SearchWP's alternate indexer. | |
add_filter( 'searchwp\indexer\alternate', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment