bbp_title_breadcrumb( $args = array() )

Output the page title as a breadcrumb

Description

Parameters

$sep

(string) (Required) Separator. Defaults to '←'

$current_page

(bool) (Required) Include the current item

$root

(bool) (Required) Include the root page if one exists

Source

File: bp-forums/common/template.php

function bbp_title_breadcrumb( $args = array() ) {
	echo bbp_get_breadcrumb( $args );
}

Changelog

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