- This topic has 5 replies, 3 voices, and was last updated 9 years, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Hook after user has updated their information?
swpm_front_end_registration_complete_user_data is a useful hook for when a user completes the registration process.
Is there a similar one for when a user updates their user information via the update form? If not, can this be added?
We have integrated the plugin into some other features and the swpm_front_end_registration_complete_user_data hook works well, passing across necessary information, but there seems to be no way for us to easily check that the information is then updated if a user updates their profile etc.
Hi, did you check the following documentation?
Yes, which is why I posted. There is nothing in documentation that depicts a hook after a user has updated their information. It would be very useful if there was one. 🙂
Thank you for providing more information. I have submitted a message to the plugin developers to investigate further your request.
Regards
We have added the following new hook for this.
swpm_front_end_profile_edited
Fantastic! Many thanks. Just to check, does this work with form builder (which I also use)? Many thanks.