Getting MailChimp group names to use with um_registration_complete
-
I am able to use your um_registration_complete hook to add additional custom meta to the user’s profile after registration. Furthermore, I can get the MailChimp group IDs that the person chooses from the $args array. Now how do I get the names of those groups from those IDs? They are not in the array anywhere, but somehow the MailChimp extension is pulling the names into the form.
To give you some more context on what I’m trying to do, those groups are interest types, and the same interest types are also post tags. My users can follow a tag and see only posts with those tags they are interested in. The tags they follow are stored in their database usermeta. I am trying to use the same MailChimp group field to also update this meta so they are automatically following those tags upon registration.
Thanks in advance.
- The topic ‘Getting MailChimp group names to use with um_registration_complete’ is closed to new replies.