bbp_single_topic_description( array $args = array() )
Output a fancy description of the current topic, including total topics, total replies, and last activity.
Description Description
Parameters Parameters
- $args
-
(Optional) See bbp_get_single_topic_description()
Default value: array()
Source Source
File: includes/topics/template.php
function bbp_single_topic_description( $args = array() ) { echo bbp_get_single_topic_description( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |