Title: Remove comment fields
Last modified: August 30, 2016

---

# Remove comment fields

 *  [callofsorrow](https://wordpress.org/support/users/callofsorrow/)
 * (@callofsorrow)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/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
 * [https://wordpress.org/plugins/wp-ajaxify-comments/](https://wordpress.org/plugins/wp-ajaxify-comments/)

Viewing 1 replies (of 1 total)

 *  [weweave](https://wordpress.org/support/users/weweave/)
 * (@weweave)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/remove-comment-fields/#post-6222374)
 * Hi,
 * Thanks for your comment. Professional support for this plugin is provided by 
   weweave. If you need assistance please open a support ticket, here: [https://weweave.net/s/wp-ajaxify-comments/support](https://weweave.net/s/wp-ajaxify-comments/support)
 * Thanks in advance.

Viewing 1 replies (of 1 total)

The topic ‘Remove comment fields’ is closed to new replies.

 * ![](https://ps.w.org/wp-ajaxify-comments/assets/icon-256x256.png?rev=2962290)
 * [Ajaxify Comments - Ajax and Lazy Loading Comments](https://wordpress.org/plugins/wp-ajaxify-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ajaxify-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ajaxify-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ajaxify-comments/reviews/)

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [filter](https://wordpress.org/support/topic-tag/filter/)

 * 1 reply
 * 2 participants
 * Last reply from: [weweave](https://wordpress.org/support/users/weweave/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/remove-comment-fields/#post-6222374)
 * Status: not resolved