bbp_view_title( string $view = '' )

Output the view name aka title

Description

Parameters

$view

(Optional) View id

Default value: ''

Source

File: bp-forums/common/template.php

2129
2130
2131
function bbp_view_title( $view = '' ) {
    echo bbp_get_view_title( $view );
}

Changelog

Changelog
Version Description
bbPress (r2789) 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.