Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 18, 2020 01:07
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/130043250b379f9e5f92e34e3c7c700b to your computer and use it in GitHub Desktop.
Save jchristopher/130043250b379f9e5f92e34e3c7c700b to your computer and use it in GitHub Desktop.
<?php
// Remove all SearchWP data when clicking Delete link on WordPress Admin Plugins page.
// NOTE: This operation CANNOT be reversed.
add_filter( 'searchwp\nuke_on_delete', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment