I’ve customized my comment form with a new field (city, but that doesn’t really matter). I’ve hooked and filtered and added my comment metadata with add_comment_metadata. I want to...
I am making a review system where i need to find update rating average when: A comment gets approved from pending/trash/spam. A comment gets upapprove from approve A admin...
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...
Why wp_commentmeta table does not have a composite index (comment_id, meta_key) by default? I believe it’s the only useful index for that table, am I wrong? Instead, it has...
I have been reading about the Database Description of WordPress. I haven’t understood the meaning to the use of the table wp_commentmeta. The documentation says: Each comment features information...
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”...