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()
Source Source
File: includes/forums/template.php
function bbp_single_forum_description( $args = array() ) {
echo bbp_get_single_forum_description( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |