Home › Forums › General Issues › Group editing of user fields › Reply To: Group editing of user fields
To limit access to a field see acf/prepare_field. In this filter you get can wp_get_current_user(), check if the current users access level. Return false if the user should not be able to edit it or return the field if they should be able to edit.
There is no solution for “bulk editing” user fields. In fact, there is not a currently supported solution for bulk editing acf fields. The best advice I can give here it to use WP All Import/Export Pro with the User add on. You could use this to export users, edit values in a CSV and then import the updated values.
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.