How to add a user to a group from a HTTP POST script?
-
I have e-junkie products with a HTTP POST back to my site to create a user by email and send them an email thanking them with their info. Everything works great, but now I just installed buddypress and want to automatically attach a GROUP to certain products —
I am using update_user_meta( $user_id, ”, ” );
What is the equivalent for Buddy PRess Groups ? Thanks!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add a user to a group from a HTTP POST script?’ is closed to new replies.