Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How To Show Groups That Only You (Or a User) Has Created (Not Joined)

@wpmuguru

Participant

You could strip it down to just groups that the person is an admin of with

`if( !bp_group_is_admin() ) { continue; }`

However, that wouldn’t adjust your counts/pagination.

Skip to toolbar