Skip Navigation

[Resolved] After user registration add record to a toolset custom post type

This support ticket is created 3 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by alexanderP-4 3 years ago.

Assisted by: Shane.

Author
Posts
#2222377

Hope you'll have a hint for my unusual question.
I set up a consultant site, and I've been using Toolset for additional custom post types. I have a CPT for the consultant details (name, mail address, expertise, and so on). So far I've been using Ultimate member for controlling the access. I used a UltimateMember hook for adding a new record in the consultants CPT when a new user is registered.
Now I have to change to a different membership tool (paid membership). The main problem is to find a membership tool which has a hook after registration and deliver the user information I need for the Toolset CPT.
So I had the idea not to use a hook from these membership plugins, but use a hook from the WordPress registration. The user_register hook looks like what I require, but I'm not sure if it works with toolset.
In your forum, there are so many solutions for nearly everything, and I hope you'll have a hint for me. I did already a search there, but without success.
Thanks a lot for your help
Alex

#2222473

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Alexander,

Thank you for getting in touch.

This hook is fired even when using Toolset because our Plugins are basically interacting with the wordpress interface to create the user, so all the default hooks for wordpress will work.

However are you creating the user using our Forms ? In any case the user_register hook will work.

Thanks,
Shane

#2223469

My issue is resolved now. Thank you!