I have created a CPT "SalesRep", with multiple custom fields, that has relationship with User.
In User Meta I have a Custom Field SalesRep - it's a dropdown that is being fed by "SalesRep" CPT Title (it’s a Post type Custom field)
I want to create a snippet that would display Sales Rep that is assigned to the current logged in user along with their (SalesRep') contact details. I have no problem displaying the SalesRep name as it is anyway stored in the UserMeta but I have no idea how to pull in their phone number and email which are Custom field for SalesRep CPTs. How can I apprach this?