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


Top ↑

Source Source

File: includes/topics/template.php

function bbp_topic_excerpt( $topic_id = 0, $length = 100 ) {
	echo bbp_get_topic_excerpt( $topic_id, $length );
}

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.