Support

Home Forums Event Espresso Premium User Registration Hook for Custom Files

User Registration Hook for Custom Files

Posted: June 12, 2013 at 2:38 pm


Enertech APACT

June 12, 2013 at 2:38 pm

What I’m looking to do is grab the registration_id immediately after a user has registered.  Is this possible with Custom Files?


Sidney Harrell

June 13, 2013 at 9:26 am

You can make a copy of confirmation_display.php in uploads/espresso/templates and then add this to line 3:

do_action('my_hook_name', $registration_id);

Then you can add your function to that action hook, and receive the reg id as a parameter.

The support post ‘User Registration Hook for Custom Files’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso