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