Functions.php'ye bu kodu ekleyin.

Alıntı
function crunchify_disable_comment_url($fields) {
unset($fields['url']);
return $fields;
}
add_filter('comment_form_default_fields','crunchif y_disable_comment_url');