how to disable comment url ?
-
hi – i use this code in function.php . comment url disabled but Can’t type comment! Typing is disabled
please help me to disable comment urladd_filter('comment_form_default_fields', 'unset_url_field'); function unset_url_field($fields){ if(isset($fields['url'])) unset($fields['url']); return $fields; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘how to disable comment url ?’ is closed to new replies.
