[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]
