Title: Complete Uninstall
Last modified: June 20, 2020

---

# Complete Uninstall

 *  Resolved [andyjay83](https://wordpress.org/support/users/andyjay83/)
 * (@andyjay83)
 * [6 years ago](https://wordpress.org/support/topic/complete-uninstall-8/)
 * What’s the steps to completely uninstall the plugin plus any and all data its
   stored in my DB.
 * Thanks for your time

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * (@timwhitlock)
 * [6 years ago](https://wordpress.org/support/topic/complete-uninstall-8/#post-13016346)
 * Loco Translate doesn’t store translations in the database. They are store in 
   PO/Mo files. It stores only a small amount of metadata. None of this is removed
   when you uninstall the plugin.
 * You can flush all metadata and settings with this SQL:
 *     ```
       DELETE FROM wp_options WHERE option_name LIKE 'loco_%' 
        OR option_name LIKE '_transient%loco_%';
       DELETE FROM wp_usermeta WHERE meta_key LIKE 'loco_%';
       ```
   
 * As for any translation files you don’t want, you will have to find them on your
   file system and remove them as needed.

Viewing 1 replies (of 1 total)

The topic ‘Complete Uninstall’ is closed to new replies.

 * ![](https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676)
 * [Loco Translate](https://wordpress.org/plugins/loco-translate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loco-translate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loco-translate/)
 * [Active Topics](https://wordpress.org/support/plugin/loco-translate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loco-translate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loco-translate/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/complete-uninstall-8/#post-13016346)
 * Status: resolved