Documentation Troubleshootings How to remove leftover residue from WP Statistics

How to remove leftover residue from WP Statistics

The remaining residue in the WP Statistics might be a cache issue on your theme. There are a number of steps to delete this data, therefore we are going to explain how to do this task:

1. Disable the plugin

Go to Admin → Plugin and disable the WP Statistics plugin.

2. Delete tables

Go to phpMyAdmin and select your database, the delete all the wp_statistics_* tables.

3. Delete plugin options

Run the below SQL queries on your database by phpMyAdmin

DELETE FROM wp_options WHERE `wp_options`.`option_name` LIKE '%statistics%'

4. Delete plugin upload folder

Remove the plugin upload folder in wp-content/uploads/wp-statistics