Remove comment fields
-
Hi, nice plugin!
The following not working:
function remove_comment_fields($fields) { unset($fields['name']); unset($fields['email']); unset($fields['url']); return $fields; } add_filter('comment_form_default_fields', 'remove_comment_fields');
Is there another filter / solution?
greetings
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove comment fields’ is closed to new replies.