- This topic has 4 replies, 3 voices, and was last updated 2 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Feature Request: Adding Action hook for reset password using link
Hello,
First of all i want to thank you for this amazing plugin.
I linked my website to another service using Oauth2, so i need to know when user password is changed.
For user edit profile and admin user edit there is already action hooks to work with.
My request is to kindly add action hook for reset_password_using_link in class.swpm-front-registration.php
Maybe something like this: do_action( ‘swpm_reset_password_using_link_submited’ );
Thank you
Thank you for reaching out to us. The plugin developers will investigate further your request.
Kind regards.
Hi, Yes sure. If you tell me which line of the file, then I will have better context in terms of where you want this hook. Do it want it in the beginning of that function?
Alternatively, you can add a pull request with the hook to our following github repository (We generally always accept pull request for hooks):
https://github.com/wp-insider/simple-membership
Hi,
Its done.
https://github.com/wp-insider/simple-membership/pull/91
Thank you. We have merged it. This will go out with the next release of the plugin.