Melapress / admin-notices-manager

Admin notices manager is a WordPress plugin that allows you to better manage the admin notices in the WordPress dashboard so you read them at your own convenience and never miss an important message.
https://www.wpwhitesecurity.com/wordpress-plugins/admin-notices-manager/
Other
0 stars 0 forks source link

Delete any held data upon uninstall #39

Closed DannyWPWS closed 1 year ago

DannyWPWS commented 3 years ago

Currently the plugin can hold the following in the wp_options table:

image

I dont think we handle this at all currently, leaving it present. I think we should automatically remove data upon uninstall (dont think an option is required personally)

robert81 commented 3 years ago

Makes sense. Let's make sure all plugin data is removed from DB upon uninstall.

robert81 commented 2 years ago

It seems like this was addressed in 1.2. Let's confirm please.

martinkrcho commented 2 years ago

This was fixed in PR https://github.com/wpwhitesecurity/admin-notices-manager/pull/48. Moving to the Ready for testing column.