Guys, I need to know how to do the following:
When I receive a comment …
This comment must be approved by three moderators.
To appear on the site.
Anyone know how to do it or some plugin?
Guys, I need to know how to do the following:
When I receive a comment …
This comment must be approved by three moderators.
To appear on the site.
Anyone know how to do it or some plugin?
You must be logged in to post a comment.
you can use
comment_unapproved_to_approved
action hook to call your function which will use a commentmeta field to count how many times that comment has been approved or by how many users and if it’s less then 3 then we updated the comment to not approved :update
I’m posting an updated code in the form of a plugin which fixes a few typos: