get_user_meta Short Profile Section
From the core: function get_user_meta($user_id, $key, $single = false) { return get_metadata(‘user’, $user_id, $key, $single); } Pass the user id as the first argument, the key ‘author_pic’ as the second and TRUE as the third (to get a string value back).