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.