BBP_Shortcodes::display_breadcrumb()

Display a breadcrumb

Description

Return

(string)

Source

File: bp-forums/common/shortcodes.php

763
764
765
766
767
768
769
770
771
772
773
774
775
776
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
bbPress (r3302) 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.