Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Last active February 3, 2021 17:40
Show Gist options
  • Save wpmu-authors/6ed9bb66ee1863ab3e84db1f9f753792 to your computer and use it in GitHub Desktop.
Save wpmu-authors/6ed9bb66ee1863ab3e84db1f9f753792 to your computer and use it in GitHub Desktop.
basic-deactivation.php
register_deactivation_hook( __FILE__, 'my_plugin_deactivation' );
function my_plugin_deactivation() {
// Deactivation rules here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment