bbp_member_forums_topics_content()
Get the topics created template part
Description Description
Source Source
File: includes/extend/buddypress/functions.php
function bbp_member_forums_topics_content() { ?> <div id="bbpress-forums" class="bbpress-wrapper"> <?php bbp_get_template_part( 'user', 'topics-created' ); ?> </div> <?php }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |