Get replies ID of a given topic
-
Hello,
Is there a function that allows me to grab the list of reply IDs to a given topic? I see there is a function that count the total number of replies for a given topic, but I can’t find one that will list the IDs out. bbp_get_topic_reply_count($topicId)
How does bbPress currently render the replies for a given topic? Does bbPress fetch ALL the replies from the DB then against match its topicID? This sounds like a very DB intensive method so I assume there must be some other way that would allow us to know all the replies for a given topic.
Thanks
Loc
- You must be logged in to reply to this topic.