Home › Forums › Backend Issues (wp-admin) › Set Textarea to Uneditable › Reply To: Set Textarea to Uneditable
So the filter is running, but your setting of readonly is not sticking. The only explanation for this is that something else is changing the setting after you set it.
This means that some other filter that can change the field is running after yours. This can be either an “acf/load_field” or “acf/prepare_field” filter. My next step would be to do a search of the entire site for both of these and see if I find anything that might be effecting the field.
Setting a priority of 20 will eliminate ACF being the cause of interference.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.