bbp_the_forum()
Loads up the current forum in the loop
Description Description
Return Return
(object) Forum information
Source Source
File: includes/forums/template.php
function bbp_the_forum() {
return bbpress()->forum_query->the_post();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |