BB-API
BB-API copied to clipboard
Topic Data
- [ ] Parent forum, see
bbp_get_topic_forum_id() - [ ] Voice count, see
bbp_topic_voice_count() - [ ] Reply count, see
bbp_topic_reply_count() - [ ] Post count, see
bbp_topic_post_count() - [ ] Subscription link (in the
linksfield), seebbp_topic_subscription_link() - [ ] Topic tags, see
bbp_get_topic_tag_list() - [ ] Last updated/active time, see
bbp_get_topic_last_active_time()
Base Data to Modify
- [ ] ID
bbp_topic_id() - [ ] Title
bbp_topic_title() - [ ] Link
bbp_topic_permalink() - [ ] Content
bbp_get_forum_content() - [ ] Pagination, see
bbp_get_topic_pagination()