Let’s get started
Take your business to next level
Become part of our growing family of +600,000 users and get the tools you need to make smart choices for your website. Simple, powerful insights are just a click away.
These actions permanently remove all WP Statistics data (tables, options, and files). Once deleted, the data cannot be recovered.
Back up your database and your /wp-content/uploads
folder before proceeding.
When this option is enabled, WP Statistics automatically:
wp_statistics_
.wp_options
, wp_usermeta
, and wp_postmeta
./wp-content/uploads/wp-statistics/
directory and its contents.That’s it! If you enabled the option before deleting the plugin, no further cleanup is necessary.
In Plugins → Installed Plugins, click Deactivate next to WP Statistics.
wp_statistics_
.Run the following SQL queries in phpMyAdmin:
-- options
DELETE FROM wp_options WHERE option_name LIKE '%statistics%';
-- post meta
DELETE FROM wp_postmeta WHERE meta_key LIKE '%statistics%';
-- user meta
DELETE FROM wp_usermeta WHERE meta_key LIKE '%statistics%';
/wp-content/uploads/
and delete the wp-statistics folder.wp_statistics_
tables remain.Become part of our growing family of +600,000 users and get the tools you need to make smart choices for your website. Simple, powerful insights are just a click away.