bbp_breadcrumb( $args = array() )
Output a breadcrumb
Description
Parameters
- $sep
-
(Required) Separator. Defaults to '←'
- $current_page
-
(Required) Include the current item
- $root
-
(Required) Include the root page if one exists
Source
File: bp-forums/common/template.php
function bbp_breadcrumb( $args = array() ) {
echo bbp_get_breadcrumb( $args );
}
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.