• From this document page ( https://developer.wordpress.org/plugins/plugin-basics/uninstall-methods/ )

    When your plugin is uninstalled, you’ll want to clear out any plugin options and/or settings specific to the plugin, and/or other database entities such as tables.

    I see that this plugin still leave data two_factor_enabled_providers in the table options .

    I’m not sure is there anywhere else left. But I see that the data in the table user_meta is deleted when uninstalled the plugin.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.