Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,000
- How-to & Troubleshooting
- 129,531
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,784
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
That is because the check within groups_post_update
allows the site_admin
/* Be sure the user is a member of the group before posting. */
if ( !is_site_admin() && !groups_is_user_member( $user_id, $group_id ) )
return false;