Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 23, 2015 16:52
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/f48c41dbfbd8bfd712ad to your computer and use it in GitHub Desktop.
Save jchristopher/f48c41dbfbd8bfd712ad to your computer and use it in GitHub Desktop.
Force-enable SearchWP's Nuke on Delete option without needing to tick the checkbox
<?php
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