Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: is_admin for group admin, can’t find it?


Boone Gorges
Keymaster

@boonebgorges

When someone gets to the level in question, why not just make them the admin of the group? groups_promote_member( $user_id, $group_id, ‘admin’ ). Then groups_demote_member when they lose their level. Fewer checks to the database that way too – no need to load user level on each group page load.

Skip to toolbar