lesterchan / wp-postviews

Enables you to display how many times a post/page had been viewed.
https://wordpress.org/plugins/wp-postviews/
114 stars 42 forks source link

How to remove all post views? #47

Open kangarooo opened 2 years ago

kangarooo commented 2 years ago

I think i have removed plugin, how to remove all database of views? Views still showing up.

lesterchan commented 2 years ago

When you delete the plugin from WP-Admin, it will trigger the data to be purged https://github.com/lesterchan/wp-postviews/blob/master/uninstall.php. So if it is still showing up, means something on your end is still caching the page or the metadata of the post.