bbp_topic_archive_title( string $title = '' )

Output the topic archive title

Description

Parameters

$title

(string) (Optional) Default text to use as title

Default value: ''

Source

File: bp-forums/topics/template.php

function bbp_topic_archive_title( $title = '' ) {
	echo bbp_get_topic_archive_title( $title );
}

Changelog

Changelog
Version Description
bbPress (r3249) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.