Can I store my custom comment_type into wp_comments table?
Comment type is similar to post type, because it allow to query only a specific type of comments, just like post type allow to query one or more post types. And just like core post types (page, post) there are core comment type as well: ‘comment’, ‘pingback’, ‘trackback’. A difference between the two is that, … Read more