Thanks for quick response!
Im not the best at coding at doing custom work.
But is this what i have to do:
function kia_new_roles( $roles ){
$roles[xprofile_get_field_data(‘3’)->BATMAN] = ‘BATMAN’;
return $roles;
}
add_filter( ‘nav_menu_roles’, ‘kia_new_roles’ );