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.
This process will permanently delete all WP Statistics data, and this data cannot be restored once deleted. Please make sure to back up your database before proceeding.
If you need to remove WP Statistics and ensure that all associated data is completely deleted from your WordPress site, follow the detailed steps below. This will remove all plugin files, data tables, and options.
Begin by deactivating the plugin to stop all its functions. Navigate to your WordPress Dashboard, go to the ‘Plugins’ section, and click ‘Deactivate’ next to WP Statistics.
Next, you’ll need to remove the database tables created by the plugin. Access your website’s database via phpMyAdmin and locate all tables with the prefix wp_statistics_
. Select these tables and click ‘Drop’ to delete them.
WP Statistics also stores options in your WordPress database. To clean these out, execute the following SQL query in phpMyAdmin:
DELETE FROM wp_options WHERE option_name LIKE '%statistics%'
This command will delete all entries related to WP Statistics from the wp_options
table.
Lastly, to remove any residual files, access your server via FTP or File Manager in your hosting control panel. Navigate to the wp-content/uploads
directory and delete the wp-statistics
folder.
By following these steps, you will have successfully and completely removed the WP Statistics plugin from your WordPress site.
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.