• Hi,

    I am using pie register plugin allow user to edit their profile. I am doing some custom action when user updates the profile. So I use this edit_user_profile_update hook to do my custom action. it’s working when I update the user from admin area. I am also having edit option in fronted area, that form is generated by pie register plugin. Unfortunately it’s not triggering edit_user_profile_update hook. So how can I do this. Do you have hooks do that.

    https://www.ads-software.com/plugins/pie-register/

Viewing 1 replies (of 1 total)
  • Plugin Contributor genetech

    (@genetech)

    Hello,

    PR doesn’t provide a hook on this event at this moment. But we will add it on our future releases. Meanwhile you may want to place a temporary action into UpdateUser() function at classes>>edit_form.php inside the PR folder.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘edit_user_profile_update not working with pie register plugin’ is closed to new replies.