Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 29, 2022 14:55
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/b72571a32aad6f7d26885b3af52776e9 to your computer and use it in GitHub Desktop.
Save searchwpgists/b72571a32aad6f7d26885b3af52776e9 to your computer and use it in GitHub Desktop.
Remove all SearchWP data when clicking Delete link on WordPress Admin Plugins page.
<?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