bbp_topic_excerpt( int $topic_id, int $length = 100 )
Output the excerpt of the topic
Description Description
Parameters Parameters
- $topic_id
-
(Optional) Topic id
- $length
-
(Optional) Length of the excerpt. Defaults to 100 letters
Default value: 100
Source Source
File: includes/topics/template.php
function bbp_topic_excerpt( $topic_id = 0, $length = 100 ) {
echo bbp_get_topic_excerpt( $topic_id, $length );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |