- This topic has 1 reply, 2 voices, and was last updated 11 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Point in code where membership is created?
Tagged: hooking code
When a new member joins I need to pass his name and email address to a separate database that is outside of eMember.
I can do this using a simple php file_get_contents.
What php file actually creates the new user account? And at what point in the code is the user account created and before the user is passed to the success page?
What I want to do is add a few lines of code at the point the new membership has been created but before it exits to the success page.
Any help at locating this point in the code is extremely appreciated.
Re’s
Rob Whisonant
The following hook gets fired when a registration completion form gets submitted successfully:
http://www.tipsandtricks-hq.com/wordpress-membership/member-registration-completion-hook-866