Preview:
add_filter('comment_form_default_fields', 'unset_url_field');
33
function unset_url_field($fields){
34
    if(isset($fields['url']))
35
       unset($fields['url']);
36
       return $fields;
37
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter