bbp_title_breadcrumb( $args = array() )

Output the page title as a breadcrumb


Description Description


Parameters Parameters

$sep

(Required) Separator. Defaults to '←'

$current_page

(Required) Include the current item

$root

(Required) Include the root page if one exists


Top ↑

Source Source

File: includes/common/template.php

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

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.