Hello @anish9947,
Greetings for the day!
When you uninstall a plugin, it leaves behind database entries. These entries usually store settings, configurations, or any data related to the plugin’s functionality. You will need to manually remove these entries to fully reset the plugin.
Here’s a brief guide on how to clean up database entries:
- Access the Database: Use a tool like phpMyAdmin (often available through your hosting provider) to access your WordPress database.
- Identify Plugin Tables: Look for tables in the database associated with the plugin.
- Delete Relevant Entries: Carefully remove the tables or rows related to the plugin to ensure a clean reset. (Always back up your database before making changes to avoid data loss.)
For a more detailed guide, you can refer to this article: How to Properly Uninstall a WordPress Plugin. This will help you through the complete process, ensuring no residual data remains.
Let me know if you have any questions!