disable comments url
-
//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]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘disable comments url’ is closed to new replies.
