Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created April 12, 2022 16:34
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 searchwpgists/491ddc39ed5dbf72a3cf7c4cb8848690 to your computer and use it in GitHub Desktop.
Save searchwpgists/491ddc39ed5dbf72a3cf7c4cb8848690 to your computer and use it in GitHub Desktop.
Disable default SearchWP REST API Integration
<?php
// @link https://searchwp.com/documentation/rest-api/
// 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