Removing register_uninstall_hook

This commit is contained in:
Brian 2021-10-06 09:56:53 -06:00
parent 43cc60f860
commit af75b9544a
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -9,6 +9,4 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
function run_uninstaller() {
// Put logic here to undo things when this plugin is uninstalled.
}
// Put logic here to undo things when this plugin is uninstalled.