Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 23, 2015 14:08
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/cfcd6402a0ed0c2aa735 to your computer and use it in GitHub Desktop.
Save jchristopher/cfcd6402a0ed0c2aa735 to your computer and use it in GitHub Desktop.
Disable the 'missing integration' notice in SearchWP
<?php
add_filter( 'searchwp_missing_integration_notices', '__return_false' );
@davevanhoorn
Copy link

For SearchWP 4.0.0 and above:

add_filter( 'searchwp\missing_integration_notices', '__return_false' );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment