Title: Delete Message
Last modified: October 6, 2022

---

# Delete Message

 *  [jbertrand3000](https://wordpress.org/support/users/jbertrand3000/)
 * (@jbertrand3000)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/delete-message/)
 * How do you delete the message:
 * The maximum upload file size: 1,000 MB.
    You can upload: image. Links to YouTube,
   Facebook, Twitter and other services inserted in the comment text will be automatically
   embedded.
 * ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdelete-message%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Denis Yanchevskiy](https://wordpress.org/support/users/denisco/)
 * (@denisco)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/delete-message/#post-16074311)
 * Hello [@jbertrand3000](https://wordpress.org/support/users/jbertrand3000/).
 * You can use CSS snippet
 *     ```
       .comment-form-attachment__file-size-notice,
       .comment-form-attachment__file-types-notice,
       .comment-form-attachment__autoembed-links-notice {
           display: none;
       }
       ```
   
 * or PHP snippet
 *     ```
       add_filter( 'dco_ca_form_element_upload_size', '__return_empty_string' );
       add_filter( 'dco_ca_form_element_file_types', '__return_empty_string' );
       add_filter( 'dco_ca_form_element_autoembed_links', '__return_empty_string' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Delete Message’ is closed to new replies.

 * ![](https://ps.w.org/dco-comment-attachment/assets/icon-256x256.png?rev=2082370)
 * [DCO Comment Attachment](https://wordpress.org/plugins/dco-comment-attachment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dco-comment-attachment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dco-comment-attachment/)
 * [Active Topics](https://wordpress.org/support/plugin/dco-comment-attachment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dco-comment-attachment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dco-comment-attachment/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Denis Yanchevskiy](https://wordpress.org/support/users/denisco/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/delete-message/#post-16074311)
 * Status: not resolved