Can’t get custom user meta to show in header

Try this code:

echo get_user_meta( get_current_user_id(), 'phone', true );

And pay attantion about that plugin. The plugin is not using any prefixes, so when you’ll create a custom filed with same name as any WordPress user_meta, it will override this one.