bbp_the_topic()
Loads up the current topic in the loop
Description Description
Return Return
(object) Topic information
Source Source
File: includes/topics/template.php
function bbp_the_topic() {
return bbpress()->topic_query->the_post();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |