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