Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Disallow ordinary users to create groups

This might work, but it won’t be pretty:

if ( !is_site_admin() )
remove_action( 'wp', 'groups_screen_create_group', 3 );

In bp-custom.php.

Skip to toolbar