Tagged Questions
3
votes
1answer
99 views
Adding another state (spam, reject, approve) to wordpress comments?
i know this might sound a bit weird, but what I'm trying to do is rather simple in mind but may be technically difficult.
I'm running small contests on my wordpress site where I ask users to leave a ...
0
votes
1answer
102 views
Editing custom fields for comments
I need help with why the save function is not working in the edit_comment hook.
Here is the code for the 'comment_post' hook:
add_action( 'comment_post', 'save_comment_meta_data' );
function ...