Hi everyone,
I just need a little bit of help with an if else to show a custom field I have created to users based on their user role.
If they are a certain user role, or even a certain user role and/or higher i was this to show
<p>MAP: <?php the_field('map'); ?></p>
I can't seem to figure it out after looking around all day.