Title: execute a hook after registration
Last modified: September 21, 2020

---

# execute a hook after registration

 *  Resolved [rachidbigm](https://wordpress.org/support/users/rachidbigm/)
 * (@rachidbigm)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/execute-a-hook-after-registration/)
 * hello,
 * I have installed the plugin and create a form, and i want to execute a hook just
   after registration has completely finished (with all custom metas included)
 * I have used the “rm_user_registered”, but i can’t get the custom metas from the
   user object…
 * Any ideas plz ?
 * Regards.
    -  This topic was modified 5 years, 8 months ago by [rachidbigm](https://wordpress.org/support/users/rachidbigm/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [RegistrationMagic Support](https://wordpress.org/support/users/registrationmagicsupport/)
 * (@registrationmagicsupport)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/execute-a-hook-after-registration/#post-13448643)
 * Hi,
 * RegistrationMagic stores user submissions in rm_submissions table. Before calling
   rm_user_registered hook, it saves submission ID in usermeta key RM_UMETA_SUB_ID.
   You can fetch custom meta from the submissions table using this key. Please note
   the information is stored in json format, so you need to unserialize it and then
   fetch the custom meta.

Viewing 1 replies (of 1 total)

The topic ‘execute a hook after registration’ is closed to new replies.

 * ![](https://ps.w.org/custom-registration-form-builder-with-submission-manager/
   assets/icon.svg?rev=2547375)
 * [RegistrationMagic - User Registration Forms Plugin](https://wordpress.org/plugins/custom-registration-form-builder-with-submission-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-registration-form-builder-with-submission-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-registration-form-builder-with-submission-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-registration-form-builder-with-submission-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-registration-form-builder-with-submission-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-registration-form-builder-with-submission-manager/reviews/)

## Tags

 * [hook](https://wordpress.org/support/topic-tag/hook/)
 * [register](https://wordpress.org/support/topic-tag/register/)

 * 1 reply
 * 2 participants
 * Last reply from: [RegistrationMagic Support](https://wordpress.org/support/users/registrationmagicsupport/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/execute-a-hook-after-registration/#post-13448643)
 * Status: resolved