Title: [Plugin: Add Comments] suggestion
Last modified: August 20, 2016

---

# [Plugin: Add Comments] suggestion

 *  Resolved [JFrankParnell](https://wordpress.org/support/users/jfrankparnell/)
 * (@jfrankparnell)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-add-comments-suggestion/)
 * in this func, i think you need a check for empty:
 *     ```
       function addComments_add_comments( $id, $author, $email, $url, $ip, $comments ) {
   
       	$explodes = explode( '%*%', $comments );
   
       	foreach( $explodes as $comment )
       if($comment == '')continue;
       ```
   
 * [http://wordpress.org/extend/plugins/add-comments/](http://wordpress.org/extend/plugins/add-comments/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Luke Mlsna](https://wordpress.org/support/users/bitacre/)
 * (@bitacre)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-add-comments-suggestion/#post-3005588)
 * Quite right sir. I will add this to the next version, thank you.
 *  [php developer 180111](https://wordpress.org/support/users/reshma1811/)
 * (@reshma1811)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-add-comments-suggestion/#post-3005590)
 * Thank You very much Sir. I was searching for adding multiple comments for the
   post. I found this very useful.
 *  Plugin Author [Luke Mlsna](https://wordpress.org/support/users/bitacre/)
 * (@bitacre)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-add-comments-suggestion/#post-3005591)
 * Version 1.0.1 is live. Thank you for your input!
 *  Thread Starter [JFrankParnell](https://wordpress.org/support/users/jfrankparnell/)
 * (@jfrankparnell)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-add-comments-suggestion/#post-3005592)
 * yes, but you could still have an empty $comment, so you should put a check in
   there, too. Or you could get empty comments.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Add Comments] suggestion’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/add-comments.svg)
 * [Add Comments](https://wordpress.org/plugins/add-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/add-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-comments/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * 4 replies
 * 3 participants
 * Last reply from: [JFrankParnell](https://wordpress.org/support/users/jfrankparnell/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-add-comments-suggestion/#post-3005592)
 * Status: resolved