• How do can I get a field from the current user in an entry point?

    Greetings, I added a custom field to the Users and through research I found out that I can get that field by using something like: <?php global $current_user ; $fieldData = $current_user - > my_field_c ; I tested this out on my local instance and it worked…