General Discussions
3
Posts
2
Users
0
Reactions
786
Views
Mar 01, 2021 5:51 pm
Is there an easy way that the admin user can "tweak" the score given to a particular comment ?
2 Replies
Mar 02, 2021 10:16 am
You can do it in the Database. The values are stored in the
- wp_comment_meta ( meta key is wpdiscuz_votes).
- wp_wc_users_voted
The wp_ is just a prefix in your case it can differ.
Important: We don't recommend to touch the database if you're not familiar with it.
Mar 02, 2021 10:24 am
Thanks for sharing! 🙂