bbp_the_user()
Loads up the current user in the loop
Description Description
Return Return
(object) User information
Source Source
File: includes/users/template.php
function bbp_the_user() {
return bbpress()->user_query->the_user();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |