Title: Reset everything
Last modified: July 11, 2017

---

# Reset everything

 *  [magland](https://wordpress.org/support/users/magland/)
 * (@magland)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reset-everything/)
 * Is there a way I can reset the logs as well as the points users have gained? 
   I have the plugin on a test site and want to clear everything out and start from
   scratch (but keep the points types and events I have configured)…
 * I see there is a reset extension but it’s unclear if that clears out the logs
   or just resets users to zero.
 * [http://wordpoints.org/extensions/reset-points/](http://wordpoints.org/extensions/reset-points/)
 * I feel perhaps this global reset should be core functionality…
 * If theres no easy way to do it I’m happy to manually run some sql but unsure 
   what tables to target…

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [J.D. Grimes](https://wordpress.org/support/users/jdgrimes/)
 * (@jdgrimes)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reset-everything/#post-9308674)
 * The reset extension only resets the points values, not the logs. If you want 
   to delete the logs manually, you could truncate both the `wordpoints_points_logs`
   and `wordpoints_points_log_meta` tables. The user points are currently in the
   user meta table, so deleting them manually is more complex. You don’t want to
   delete all user meta, only the rows with the meta key `wordpoints_points-slug`,
   where `slug` is the slug of your points type (possibly `points`, for example).
 * I think that you’re right though, a reset feature might really be a good thing
   to add to core. For scheduled resets and such, an extension might still be good
   though.
 *  Plugin Author [J.D. Grimes](https://wordpress.org/support/users/jdgrimes/)
 * (@jdgrimes)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reset-everything/#post-9308693)
 * I’ve added this to the suggestions here: [https://trello.com/c/VkR9qVFv/106-reset-points-logs](https://trello.com/c/VkR9qVFv/106-reset-points-logs)
 *  Thread Starter [magland](https://wordpress.org/support/users/magland/)
 * (@magland)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reset-everything/#post-9309038)
 * thanks for the info
 *  Thread Starter [magland](https://wordpress.org/support/users/magland/)
 * (@magland)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reset-everything/#post-9309069)
 * Can I safely truncate the wp_wordpoints_user_ranks table also?
 *  Plugin Author [J.D. Grimes](https://wordpress.org/support/users/jdgrimes/)
 * (@jdgrimes)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/reset-everything/#post-9309074)
 * Ah, yes, forgot to mention that.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Reset everything’ is closed to new replies.

 * ![](https://ps.w.org/wordpoints/assets/icon.svg?rev=1662380)
 * [WordPoints](https://wordpress.org/plugins/wordpoints/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpoints/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpoints/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpoints/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpoints/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpoints/reviews/)

## Tags

 * [reset](https://wordpress.org/support/topic-tag/reset/)

 * 5 replies
 * 2 participants
 * Last reply from: [J.D. Grimes](https://wordpress.org/support/users/jdgrimes/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/reset-everything/#post-9309074)
 * Status: not resolved