Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 15, 2021 12:37
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/e6838094e95d73886f0839402bb6f2bd to your computer and use it in GitHub Desktop.
Save jchristopher/e6838094e95d73886f0839402bb6f2bd to your computer and use it in GitHub Desktop.
Disable default SearchWP REST API Integration
<?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