How do I remove the email text box from WordPress comments section?

I have made it optional using settings in WordPress but they still appear there. I want to remove the email text box in comments. TIA

1 Comment
  1. couple different ways-

    1 – identify css rules to target the field and label, and hide with css

    2 – use a filter hook to customize the fields output via the comment_form() template function (note the first comment here, it’s pretty much what you want)-
    [https://developer.wordpress.org/reference/hooks/comment_form_default_fields/](https://developer.wordpress.org/reference/hooks/comment_form_default_fields/)

    3 – call the comments template, but pass arguments for fields and don’t include email-
    [https://developer.wordpress.org/reference/functions/comment_form/](https://developer.wordpress.org/reference/functions/comment_form/)

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer