• Resolved shimu666

    (@shimu666)


    Hello,

    I’m using ultimate member with mycred and want to rewards users who filled their profile.
    I have followed the tutorial to add a new custom Hook
    This tutorial
    But my question is what’s is the action or filter that allowed me to links the edit profile function. I mean the action to edit profile user.
    This is wordpress general action (it’s working with the wordpress profil page but not with the ultimate member edit profil page)

    add_action( 'personal_options_update',  array( $this, 'profile_update' ) );
    add_action( 'edit_user_profile_update', array( $this, 'profile_update' ) );

    Thanks in advance for your help.

    https://www.ads-software.com/plugins/ultimate-member/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ultimate Member

    (@ultimatemember)

    These hooks run after profile is updated in UM:

    do_action('um_after_user_updated', um_user('ID') );
    do_action('um_after_user_upload', um_user('ID') );
    do_action('um_user_after_updating_profile', $to_update );
    Thread Starter shimu666

    (@shimu666)

    PErfect. Thanks again. U rocks.

    Plugin Author Ultimate Member

    (@ultimatemember)

    You’re welcome! For related hooks, see

    core/um-actions-profile.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ultimate member with Mycred’ is closed to new replies.