What does getProfileInfo() return? I know it returns an array of values for the profile but what values? Does it contain the membership information? Where can I find a list of what values it returns?
What does getProfileInfo() return? I know it returns an array of values for the profile but what values? Does it contain the membership information? Where can I find a list of what values it returns? Geeks, making the world a better place |
Get profile info returns the entire profile table row for a member. So it is an array of all profile fields for that member. https://www.deanbassett.com |
OK, thank you, filed for future reference. Geeks, making the world a better place |
If I have the ID, I can use getMemberMembershipInfo() Geeks, making the world a better place |
If I have the ID, I can use getMemberMembershipInfo() Yes. https://www.deanbassett.com |
If I have the ID, I can use getMemberMembershipInfo() Yes. I didn't know that function returned an array with the ID and Name LOL.. Oh well, I know now. Geeks, making the world a better place |