if ($comment->user_id) { echo get_user_meta($comment->user_id, 'profile_photo', true); } else { echo 'avatar_yok'; }