I have integrated buddypress in my wordpress theme. i need to get user id when buddypress completes user registration successfully like what we usually do wp_insert_user( $userdata ) which returns user id when user information is successfully inserted..so how do i get user id?
its urgent..pleas help.
Thanks in advance.
if you put this action you will get the new user_id that wordpress provide when new user register
I hope help