• Resolved Lpion

    (@lpion)


    Hello.

    How could i send a mail to admin when a user updates the profile? Also includeing what has changed.

    I was trying to use

    function action_um_after_user_account_updated( $get_current_user_id ) { 
    // make action magic happen here... 
    };         
    add_action( 'um_after_user_account_updated', 'action_um_after_user_account_updated', 10, 1 );

    But this doesnt seem to be the right trigger.

    Thank you in advance,
    Lpion

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @lpion,

    Please try to use ‘um_user_after_updating_profile’ action hook.

    Regards.

    Thread Starter Lpion

    (@lpion)

    Sorry for the late reply, i was very busy.
    Thank you, that hook seems to work.

    Greetings,
    Lpion

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Send Mail after Profile Update’ is closed to new replies.