hi,
I need help to show one filed that now it public to everywone, to only one user role.
Is it possible?
the field is the table that is in color rose.
I need to show it only to user role “cliente mayorista”
https://upsalacosmetic.com/esmalte-semipermanente-rosa-h338-8g-la-femme/
regards,
Boris
if (current_user_can('ROLE NAME')) {
the_field('field_name');
}