Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 3, 2021 17:42
Show Gist options
  • Save wpmu-authors/4440a0178b4e34506530e13d0ead8958 to your computer and use it in GitHub Desktop.
Save wpmu-authors/4440a0178b4e34506530e13d0ead8958 to your computer and use it in GitHub Desktop.
incorrect-deactivation-flush.php
function myplugin_flush_rewrites_deactivate() {
flush_rewrite_rules();
}
register_deactivation_hook( __FILE__, 'myplugin_flush_rewrites_deactivate' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment