Search for a subset within a Group
-
Hello,
The plugin documentation states that all users within a group can be called using
$group = new Groups_Group( $group_id ); $users = $group->users;
Is there a way to create a further subset within a Group, for example, all Users in a Group with the same “user_registered” value from wp_users table (so if I have Users in Group 1 that were created on 1/1/2022 and on 2/2/2022 I could identify those two as subsets but without saying the specific date, just having all Users that have a matching value for that field be in the same subset)?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Search for a subset within a Group’ is closed to new replies.