Support

Account

Home Forums Front-end Issues ACF User field – user_avatar conflict Reply To: ACF User field – user_avatar conflict

  • $user['user_avatar'] contains the entire image tag. You are echoing that entire image tag inside of the src for another image.

    
    echo $user['user_avatar'];