Perfil de usuario

[insert_php]
$the_user = get_user_by(‘id’, 157);
$the_user_id = $the_user->ID;
$nombre = $the_user->first_name;
echo «El ID es: » . $the_user_id . «
«;
echo «El Nombre ss: » . $nombre . «
«;
[/insert_php]