Use this field in front User Dashboard to add private info only admin can see.

Admin can view this info in owners – edit owner

Or in users / edit user

How to hide the field

Add this custom css https://help.wprentals.org/article/3029/

[for="payment_info"] {
display: none;
}
[id="payment_info"] {
display: none;
}