@nickguidomedia
Active 7 years ago
-
Henry Wright replied to the topic Check to see if group is full in the forum Third Party Plugins 11 years, 1 month ago
My first thought was to get the member count of the relevant group during each user registration.
That can be done with
groups_get_total_member_count( $group_id );.You’d need to check this figure is less or equal to 150 and if it isn’t, you’d need to add the user to an over-spill group, creating a new one if necessary.
As…[Read more]