So it is also safe to remove all the posts from wp_posts table that have these 3 post types? Is that correct?
@robin-w
Thanks for your reply. I have also checked the wp_posts table.
SELECT * FROM wp_posts WHERE post_type = "forum" OR post_type = "topic" OR post_type = "reply"
I can see some posts with the following post types:
Are these post types part of bbPress? Are there any additional post types added by bbPress?