• 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.