bbp_member_forums_replies_content()

Get the topics replied to template part

Description

Source

File: bp-forums/functions.php

232
233
234
235
236
237
238
239
240
241
242
function bbp_member_forums_replies_content() {
?>
 
    <div id="bbpress-forums">
 
        <?php bbp_get_template_part( 'user', 'replies-created' ); ?>
 
    </div>
 
<?php
}

Changelog

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.