Title: Disable Comments
Last modified: May 24, 2018

---

# Disable Comments

 *  [ranosch](https://wordpress.org/support/users/ranosch/)
 * (@ranosch)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/disable-comments-39/)
 * I would like to prevent the comment form from showing as long as the user hasnt
   accepted cookies. I modified my theme like this:
 *     ```
       if ( function_exists('cookie_accepted') && cookie_accepted() ) {
       comment_form();
       }
       ```
   
 * But that change will be gone as soon as the theme updates. Maybe a more permanent
   solution can be built into the plugin?

 The topic ‘Disable Comments’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eu-cookie-law_39293e.svg)
 * [EU Cookie Law for GDPR/CCPA](https://wordpress.org/plugins/eu-cookie-law/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eu-cookie-law/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eu-cookie-law/)
 * [Active Topics](https://wordpress.org/support/plugin/eu-cookie-law/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eu-cookie-law/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eu-cookie-law/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [ranosch](https://wordpress.org/support/users/ranosch/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/disable-comments-39/)
 * Status: not resolved