Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 3, 2021 17:43
Show Gist options
  • Save wpmu-authors/98b496826278084a2f7a5ea27994f781 to your computer and use it in GitHub Desktop.
Save wpmu-authors/98b496826278084a2f7a5ea27994f781 to your computer and use it in GitHub Desktop.
delete-rewrite-rules.php
register_deactivation_hook( __FILE__, 'my_plugin_deactivation' );
function my_plugin_deactivation() {
delete_option('rewrite_rules');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment