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
Source Source
File: includes/common/template.php
function bbp_title_breadcrumb( $args = array() ) { echo bbp_get_breadcrumb( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |