bbp_single_forum_description( array $args = array() )

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


Description Description


Parameters Parameters

$args

(Optional) Arguments passed to alter output

Default value: array()


Top ↑

Source Source

File: includes/forums/template.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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