public static function UninstallHook()
 {
     delete_option(self::PLUGIN_OPTION_VERSION);
     GFontsDB::UninstallDB();
 }