Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 3, 2021 17:45
Show Gist options
  • Save wpmu-authors/040847db4739148900b1ee29d227d71d to your computer and use it in GitHub Desktop.
Save wpmu-authors/040847db4739148900b1ee29d227d71d to your computer and use it in GitHub Desktop.
uninstall-hook.php
register_uninstall_hook( __FILE__, 'my_plugin_uninstall' );
function my_plugin_uninstall() {
// Uninstallation stuff here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment