Can’t Find BBPress data in Database

I have installed BBPress in my Buddypress Based WordPress Site. And i m unable to find any table of bbpress which contains data from the forum in my database.

Where can i find it?

Related posts

Leave a Reply

1 comment

  1. As far as I know bbPress uses custom post types. So all the data are in the regular posts and post_meta tables. A look at the source code should tell you more.

    From the bbPress Codex:

    bbPress creates three custom post types and adds them to the navigation menu: Forums, Topics, and Replies. Use these menu items to create and manage your forums.