Hi I have a problem. is it possible to set a specific custom field created with the possibility that only those who have a specific can modify it?
for example i have created a select with option, a specific user (editor) can modify only this field for add a new option and value?
Use an acf/prepare_field filter, return the field or return false dependent on the current users permissions.
you can see me an example? not working