From af75b9544a79b71d210f6c2a614b6b81f6ce673d Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Wed, 6 Oct 2021 09:56:53 -0600 Subject: [PATCH] Removing register_uninstall_hook --- uninstall.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/uninstall.php b/uninstall.php index 5fae401..f117710 100644 --- a/uninstall.php +++ b/uninstall.php @@ -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.