I don’t know why, but it seems like the comment karma column is not used very much in plugins or otherwise. What would I need to do to hook into adding points to the comments karma column when a logged in user saves a comment?
1 comment
Comments are closed.
The
comment_karma
field in thewp_comments
table is something that has been in present in WordPress for a long time, but never utilized by the WordPress core itself.You can update it the same way any other comment field is updated, using
update_comment()
: