Deactivating the plugin does not delete your data. To remove everything permanently:
- Go to Plugins → Installed Plugins.
- Deactivate OFeedback, then click Delete.
- WordPress calls
uninstall.phpautomatically, which:
- Drops the wp_ofb_feedback table.
- Deletes all ofb_* options from wp_options.
- Clears the screenshot cleanup cron event.
- Deletes all screenshot files from wp-content/uploads/ofb-screenshots/.
Warning: This is permanent. Export your data to CSV first if you need it.
