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
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.