Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Scope error moving bp_group_list_admins()


Burt Adsit
Participant

@burtadsit

That function relies on being in a group template object context. It isn’t in one in the header yet. That function only works in the theme content area after this: <?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?>

Skip to toolbar