Formats and returns the breadcrumb trails for the current page context. If used on the front page, no output will be generated.

On bbPress-specific pages the bbp_get_breadcrumb() function is called.

Description

string getBreadcrumbs([string $separator = '»', bool $show_home = true, array $args])
$separator
Item separator, default is »
$show_home
Prepend the home link, true by default.
$args
Other options.

Examples

// output breadcrumb trails
atom()->Breadcrumbs();