How can I hide this “Email Address” field on WooCommerce?

[ad_1]

I tried this code on the function.php file but still not working. I also tried out a plugin called “Checkout Field Editor for WooCommerce” but it doesn’t have the option to remove the Email field on the free plan😢

add\_filter(‘woocommerce\_checkout\_fields’, ‘hide\_email\_field’); function hide\_email\_field($fields) { unset($fields\[‘billing’\]\[‘billing\_email’\]); return $fields; }

[ad_2]

 

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