disable comments url | WordPress.org

[ad_1]

 
//quitar campo url de comentarios (sniff)
function remove_url_field($fields){
	if(isset($fields['url']))
	unset($fields['url']);
	return $fields;
}
add_filter('comment_form_default_fields', 'remove_url_field');

hello good I have this code and it does not work for comments to disable the url

The page I need help with: [log in to see the link]

 

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