bbp_forum_archive_title( string $title = '' )

Output the forum archive title


Description Description


Parameters Parameters

$title

(Optional) Default text to use as title

Default value: ''


Top ↑

Source Source

File: includes/forums/template.php

function bbp_forum_archive_title( $title = '' ) {
	echo bbp_get_forum_archive_title( $title );
}

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.