Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Get the first_name and last_name from $user_id after a new user registers on a Wordpress.

Hi I am trying to create a plugin that takes data for newly registered users and uses it to populate and external api POST. I can't get first_name or last_name though from $user_id when using the action user_register.

I understand they are values store in the usermeta tables but even if I use get_user_meta($user_id)) I still can't seem to find them, they turn up empty.

Any ideas?

1 Answer

Have you gone through user registration to verify that First/Last name is required?