PROFILE hook for saving an edit
-
Hello,
I have a hook that executes a save to the database when the Registration form is submitted.
add_action('um_after_new_user_register','my_function',10,1)My question is for profiles. When I edit a profile and click the CHECKMARK or the SUBMIT BUTTON, what is the equivalent of the above action hook for profiles?
I’ve tried: add_action(‘um_after_form_fields’,’my_function’) but that does not seem to update my user_meta in the database
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PROFILE hook for saving an edit’ is closed to new replies.