Forums
-
- Forum
- Posts
-
- Installation
- 27,616
- Troubleshooting
- 60,560
- Themes
- 10,189
- Plugins
- 14,971
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
so:
Function BlahBlah () {
global $bb_current_user;
$myName = get_user_name( $bb_current_user->ID );
echo "Hello, my name is ".$myName;
}
Like that?
Where can I find a list of all these variables and functions? Like how did the author of that plugin know there was such a thing as get_user_name()
?
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS