This function has been deprecated. BuddyBoss 1.0.0 instead.

bbp_single_forum_description( array $args = '' )

Output a fancy description of the current forum, including total topics, total replies, and last activity.

Description

Parameters

$args

(array) (Optional) Arguments passed to alter output

Default value: ''

Source

File: bp-core/deprecated/buddyboss/1.0.php

function bbp_single_forum_description( $args = '' ) {
	echo bbp_get_single_forum_description( $args );
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.0 BuddyBoss 1.0.0
bbPress (r2860) 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.