Title: Remove Comment Entirely
Last modified: August 20, 2016

---

# Remove Comment Entirely

 *  [learncomputer](https://wordpress.org/support/users/learncomputer/)
 * (@learncomputer)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/remove-comment-entirely/)
 * It would really be nice to add an option to force-delete spam comments instead
   of placing them to Trash, i.e.:
 *     ```
       if ($invisible_captcha_spam_action=='force_delete') {
       	wp_delete_comment($id, true);
       	wp_die($invisible_captcha_spam_message, '', array('response' => 403));
       }
       ```
   
 * We get so much spam that the queue fills up with thousands of messages in less
   than a day. Would be nice not to see it.
 * I believe you can use:
 *     ```
       define('EMPTY_TRASH_DAYS', X);
       ```
   
 * …but it’s not an ideal solution.

The topic ‘Remove Comment Entirely’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/invisible-captcha.svg)
 * [Invisible Captcha](https://wordpress.org/plugins/invisible-captcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/invisible-captcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/invisible-captcha/)
 * [Active Topics](https://wordpress.org/support/plugin/invisible-captcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/invisible-captcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/invisible-captcha/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [learncomputer](https://wordpress.org/support/users/learncomputer/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/remove-comment-entirely/)
 * Status: not resolved