bbp_member_forums_topics_content()
Get the topics created template part
Description
Source
File: bp-forums/functions.php
213 214 215 216 217 218 219 220 221 222 223 | function bbp_member_forums_topics_content() { ?> <div id= "bbpress-forums" > <?php bbp_get_template_part( 'user' , 'topics-created' ); ?> </div> <?php } |
Changelog
Version | Description |
---|---|
bbPress (r3552) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.