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: ''
Source Source
File: includes/forums/template.php
function bbp_forum_archive_title( $title = '' ) { echo bbp_get_forum_archive_title( $title ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |