I have this code in my functions.php:
function modify_contact_methods($profile_fields) {
// Add new fields
$profile_fields[‘telefon’] = ‘Telefon’;
return $profile_fields;
}
add_filter(‘user_contactmethods’, ‘modify_contact_methods’);
update: it does work on default profile page, so problem is related to THEME MY LOGIN plugin – I posted my problem on their board.