Title: Hooking registration function?
Last modified: February 23, 2022

---

# Hooking registration function?

 *  Resolved [oguruma](https://wordpress.org/support/users/oguruma/)
 * (@oguruma)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hooking-registration-function/)
 * Suppose I wanted to fire a cURL call off on successful registration with the 
   UsersWP form.
 * Is there a function that I can hook into? If so, how do I access the data from
   the form?

Viewing 1 replies (of 1 total)

 *  [Rahul Gandhi](https://wordpress.org/support/users/wpdev10/)
 * (@wpdev10)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hooking-registration-function/#post-15403422)
 * Hi,
 * You can use the hooks available in the process_register() function as per your
   required data and when you want to trigger a call. You can use the ‘uwp_after_process_register’
   hook for your requirements and here is the link to find it in code: [https://github.com/AyeCode/userswp/blob/4b743e8df3cdf40b2effd0d22aeb3bfdc7ed25d8/includes/class-forms.php#L966](https://github.com/AyeCode/userswp/blob/4b743e8df3cdf40b2effd0d22aeb3bfdc7ed25d8/includes/class-forms.php#L966)
 * Regards,
    Patrik

Viewing 1 replies (of 1 total)

The topic ‘Hooking registration function?’ is closed to new replies.

 * ![](https://ps.w.org/userswp/assets/icon-256x256.png?rev=2784318)
 * [UsersWP - Front-end login form, User Registration, User Profile & Members Directory plugin for WP](https://wordpress.org/plugins/userswp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/userswp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/userswp/)
 * [Active Topics](https://wordpress.org/support/plugin/userswp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/userswp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/userswp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rahul Gandhi](https://wordpress.org/support/users/wpdev10/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/hooking-registration-function/#post-15403422)
 * Status: resolved