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
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.