Info
- 2 posts
- 1 voice
- Started 3 years ago by dcole07
- Latest reply from dcole07
- This topic is resolved
Getting additional user data
-
- Posted 3 years ago #
I used:
add_filter('get_profile_info_keys', 'get_profile_info_keys_personal');to add more fields to the registration. But I don't know how or can't seam to find a way to get this data.I thought I could use
$user = new BB_User($user_id);and then use$user["new_field"], but after I didvar_dump($user), I couldn't find it in there. But it does appear in that user's profile!How can I access the new values in get_profile_info_keys for a particular user?
-
- Posted 3 years ago #
Wait... I know why this is. I'm too early in the registration process and it hasn't been added yet. It shows up by the time you see the success screen.
Thanks anyway!
-
You must log in to post.