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
}

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.