Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 3, 2021 18:00
Show Gist options
  • Save wpmu-authors/541c93cfa9b89e1e6c7b48b06732d31f to your computer and use it in GitHub Desktop.
Save wpmu-authors/541c93cfa9b89e1e6c7b48b06732d31f to your computer and use it in GitHub Desktop.
security-uninstall.php
if ( ! current_user_can( 'activate_plugins' ) ) {
return;
}
check_admin_referer( 'bulk-plugins' );
if ( __FILE__ != WP_UNINSTALL_PLUGIN ) {
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment