Forums

Join
bbPress Support ForumsPluginsHow to access which forum a topic is in

Info

Tags

How to access which forum a topic is in

  1. When making a plugin, who do I access which forum a topic is in?

    My plugin needs to check if the topic in topic.php is in a particular forum.

  2. Your answer is in the database. Try to find it, but if you can't, I'll give you the answer :)

  3. Figured it out. Kind of dumb. $topic->forum_id

  4. You must log in to post.