It’s currently not that easy to create new comment statuses in WordPress.
Comments in WordPress have a field comment_approved
which can have a value of 1
, 0
, spam
or trash
. In your case I’d probably leverage the existing trash functionality and store the rejection reason as comment meta.
That’s similar to how anti-spam plugins like Antispam Bee store the spam reason as comment meta and display it separately in the admin.
Related Posts:
- How do we remove the H3 tag for the reply-title I.D
- How to display comment form error messages in the same page
- 3 moderators to approve comment
- show number of open comments on custom dashboard
- Deep customization of the comment form?
- Is it possible to show custom comment metadata in the admin panel?
- Display all comments or recent comments per user on author page
- Does WordPress Allow Blank/Empty Comment Submissions In WordPress?
- comment_reply_link() not showing up
- Editing the Comment Reply Link
- Comment form not showing up without comments
- How can comments be submitted when I don’t have a comment box on a page?
- Altering the pingback functionality
- adding more fields to the comments form including image upload
- Display comment meta data after quick update
- get_comments() where parent is not 0
- Get number of comments per page
- WP comments form (custom) is displaying an extra comment field
- WordPress Comment. Need some details of wp_comments DB table
- Sanitizing comments or escaping comment_text()
- Report spam button
- Recent comments from my blogs only
- show if comment is in moderation
- Disable or Enable Comments on Front end [closed]
- Change username to nickname in comment section
- Hide notifications regarding new comments
- How can I get a list of comments by target
- Load comments.php template outside the post loop
- Auto-fill Custom comment fields
- Highlighting the current users comment
- How to make all the posts commentable by default? Imputs in Settings/Discussions are not saved
- Are there any “YouTube-styled” commenting systems for WordPress?
- How to auto empty comment trash after X days
- comments.php keep comment date/time but remove date/time’s #hyperlink
- how to change comment author’s link from user’s website to author’s page(author.php)?
- Add class to comment form div when comment-reply button is clicked
- Disabling archives, search results, comments, etc?
- Pagination Comments Doesn’t Show
- Display complete comment section via post ID
- WordPress comments – how to check if comment still needs to be approved?
- PAIN. Comments Pagination
- How to retain comment text on comment form after login/registration?
- comments_array filter doesn’t work in some themes
- Redirect when click on “response” in comment section
- Troubleshooting Emoji in Comments
- strange behavior with comment position
- Why could my comment_form variable not be working?
- How to block comments and pings?
- Batch approve comments
- Disable comments and pingbacks on old custom post types
- Can I turn off further comments on a single page?
- How to remove the number of a comment in the url slug?
- How to allow duplicate comments?
- How are readers authenticated for leaving comments?
- Are there some caveats for using guids for FB comments
- How to wrap comment_form $fields in one div?
- How can I grab and show the reader comments of my site
- WordPress comments – delimiter “/” not found
- Make email not required comments.php
- My posts show 2 comment forms
- how should the comment form really work?
- Give subscribers the option to post anonymously
- Thesis Theme Custom Loop
- Sync comments between two WP installs
- Show image next to the comment author if have certain role
- create separate page template for wordpress comments
- Displaying comment counts in WP Gallery thumbnail view
- Removing comment option
- pre_comment_content filter not working using IntenseDebate Enhanced moderation
- How t Remove Labels from comment Box
- SQL command to delete “pending comments” doesn’t work…?
- How to remove a span class?
- Allow comments only for custom post type
- Upload avatar for post comment
- Comment author profile image
- Comment Form Fields when user logged in
- How can I enable comments on category page but not home page?
- Comments stuck inside post edit, but not showing under the published posts
- wp_mail doesnt work inside transition_comment_status
- Post comment authors name displays as admin user
- js solution to… Commentor can only post one comment BUT can reply to their comment tree unlimited [duplicate]
- How can I eliminate all comments going into moderation?
- Not receiving any e-mails after new comment
- How to create a designated comment page with custom fields
- How to change comment-page-1#comment-25 to any string?
- Current user comments + post title
- Why do comments only come through on 2 of my posts and not the others?
- Is there a better way to check for a new comment?
- Add comment meta
- Comments from mobile apps & Disqus
- Commentform – Hightlight invalid fields instead of prompting towards error page
- How to remove website field in comment form?
- In list with recent coments – only show one comment per page/post (latest comment)
- Use specific language for comment section
- Outputting complete custom comment form
- Changing comment_count to views
- Pagination comments
- Rating based off of number of comments or views
- Is safe to use native WordPress comments system? [closed]
- how to remove post comment box from my website? [closed]