Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,046
- How-to & Troubleshooting
- 129,728
- Creating & Extending
- 25,799
- Requests & Feedback
- 9,505
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Howdy.
$bp['loggedin_userid']
Or something else from here : /mu-plugins/bp-core.php
Never leave home without your globals. Don’t forget to declare your intentions inside of a function:
function myhandydandyfunction () {
global $bp; (Andy reminded us of that recently)