Hi, I need an option for users I mean any kind of user.
So I have done this but I want to deter users except administrators to change it, also for other users.
I tried to do that but I did not find any feature for this, is there a way even with code to do this?
Going to need more information. Are you talking about fields on an options page or a single field in a group?
Hi, I wanna define an option for the authors’ page (WordPress user options page) something like an author badges option.
I have done this but I do not want authors to change their badges option it is wrong and not logical according to this administrators should only be able to change the authors’ badges option.
Using filters like acf/prepare_field https://www.advancedcustomfields.com/resources/acf-prepare_field/ you can alter the field settings before it is shown or completely remove it based on the currently logged in user.