Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 23, 2015 14:10
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/6dc8b120e960f4f814d6 to your computer and use it in GitHub Desktop.
Save jchristopher/6dc8b120e960f4f814d6 to your computer and use it in GitHub Desktop.
Disable SearchWP's conflict notices
<?php
add_filter( 'searchwp_show_conflict_notices', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment