Is there a way to create a new ‘type’ of group as well as having the regular groups work too. So if I were to go to ‘/groups/mygroup’ or ‘/clubs/myclub’ both would work, and both would have the same features as regular groups?
Because I want both to work I can’t just rename the group slug.
Perhaps I could set the group ‘type’ using ‘groups_update_groupmeta’, and check against that when doing the rewrites?
Could anybody advise on this?