I am trying to completely remove Amelia. I have deleted the plugin. I have deleted all the database entries with amelia and I have removed the folder in the uploads folder. Still when I reinstall a lot of the info is still there.
All of the tables with _amelia_ in their name should be deleted from the database, but there is also an option for Amelia saved in your wp_option table (it can have some other prefix rather than wp_, depending on your database), where all of the Amelia settings are saved. So you should delete that option from your wp_options table as well when removing everything else for the plugin.
I am trying to completely remove Amelia. I have deleted the plugin. I have deleted all the database entries with amelia and I have removed the folder in the uploads folder. Still when I reinstall a lot of the info is still there.
Hello Charlie,
All of the tables with _amelia_ in their name should be deleted from the database, but there is also an option for Amelia saved in your wp_option table (it can have some other prefix rather than wp_, depending on your database), where all of the Amelia settings are saved. So you should delete that option from your wp_options table as well when removing everything else for the plugin.
Let me know if this helped.