BBP_Shortcodes::display_stats()
Display forum statistics
Description
Return
(shring)
Source
File: bp-forums/common/shortcodes.php
741 742 743 744 745 746 747 748 749 750 751 752 753 754 | public function display_stats() { // Unset globals $this ->unset_globals(); // Start output buffer $this ->start(); // Output statistics bbp_get_template_part( 'content' , 'statistics' ); // Return contents of output buffer return $this -> end (); } |
Changelog
Version | Description |
---|---|
bbPress (r4509) | 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.