Created
January 15, 2021 12:37
-
-
Save jchristopher/e6838094e95d73886f0839402bb6f2bd to your computer and use it in GitHub Desktop.
Disable default SearchWP REST API Integration
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 | |
// Disable default SearchWP REST API Integration. | |
add_filter( 'searchwp\rest', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment