BBP_Shortcodes::display_breadcrumb()
Display a breadcrumb
Description Description
Return Return
(string)
Source Source
File: includes/common/shortcodes.php
public function display_breadcrumb() {
// Unset globals
$this->unset_globals();
// Start output buffer
$this->start();
// Output breadcrumb
bbp_breadcrumb();
// Return contents of output buffer
return $this->end();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |