• is it posible to reposition the avatar upload option on top of the profile edit page ?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Angelo

    (@klish)

    Im Have been trying with the avatar-manager.php in line 400.
    Change

    add_action( 'edit_user_profile', 'avatar_manager_edit_user_profile' );
    add_action( 'show_user_profile', 'avatar_manager_edit_user_profile' );

    To

    add_action( 'edit_user_profile', 'avatar_manager_edit_user_profile', 999 );
    add_action( 'show_user_profile', 'avatar_manager_edit_user_profile', 999 );

    Nothing Happens ??

Viewing 1 replies (of 1 total)
  • The topic ‘Reposition avatar upload’ is closed to new replies.