how to get all user meta data by user ID in Wordpress?
simply try this
$user_info = get_userdata($userid); var_dump($user_info);