Is there any way to find out what moderators have approved a comment, and then display that information on the front-end?
e.g.
John says: "This is a great article" - Approved by Admin1
|
Is there any way to find out what moderators have approved a comment, and then display that information on the front-end? e.g. John says: "This is a great article" - Approved by Admin1 |
|||
|
To record the moderator that approves the comment:
To display it after the comment text:
|
|||||||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
add_action('comment_unapproved_to_approved', 'comment_approved');– MartinJJ Jun 29 '11 at 20:32