Quote from
Asgaros on August 30, 2018, 9:04 pm
Hello @imchivaa
You can try to use the Ultimate Members API/Filters to add this information. The following code can be used to get all usergroups of an users (theĀ 123 is just an example-ID):
$groups = AsgarosForumUserGroups::getUserGroupsOfUser(123);
print_r(groups);
I also plan to add integration-support for plugins like UM/BuddyPress/etc in the future.
Hello @imchivaa
You can try to use the Ultimate Members API/Filters to add this information. The following code can be used to get all usergroups of an users (theĀ 123 is just an example-ID):
$groups = AsgarosForumUserGroups::getUserGroupsOfUser(123);
print_r(groups);
I also plan to add integration-support for plugins like UM/BuddyPress/etc in the future.
karmarpgs has reacted to this post.