Forums
-
- Forum
- Posts
-
- Installation
- 28,415
- Troubleshooting
- 62,367
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,961
- Showcase
- 3,254
-
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()
?