Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,661
- How-to & Troubleshooting
- 127,986
- Creating & Extending
- 25,647
- Requests & Feedback
- 9,399
- Third Party Plugins
- 9,725
- Showcase
- 3,320
- Ideas
- 1,346
- Miscellaneous
- 8,853
-
if you just need to check if a user is already a member of “a” group – then use one of the built in functions:
groups_get_user_groups( $bp->loggedin_user->id ) – returns list of ids
or
groups_total_groups_for_user( $bp->loggedin_user->id ) – returns a basic count which is wp_cached
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS