bbp_current_user_name()
Output name of current user
Description Description
Source Source
File: includes/users/template.php
function bbp_current_user_name() {
echo esc_attr( bbp_get_current_user_name() );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |