diff --git a/uninstall.php b/uninstall.php index fdf477d..cbbe52f 100644 --- a/uninstall.php +++ b/uninstall.php @@ -15,6 +15,6 @@ // Delete all options that contain gem. delete_option( 'gem-valid-creds' ); delete_option( 'gem-version' ); -delete_option( 'gem-settings' ); +delete_option( GEM_Settings::SLUG ); // @codeCoverageIgnoreEnd