Hi all,
I created a field for Subscriber user role. But I can’t get it to show in front end. I tried the following:
acf_form_head();
get_field('sample');
sample
is a taxonomy. I want to show user specific fields.
Can somebody help me with this?
Regards