Re: New User Actions for BP
I started to look into the core files for the bp_core_signup_user() function and it seems like the $usermeta variable that needs to be passed in needs the xprofile information stored in there. Is that true?
Also, it seems like the If (!defined (“BP_VERSION”)) isn’t working quite right. Do I have to declare the $bp variable or include a BP file or something to get that function to work?