Support

Account

Home Forums Backend Issues (wp-admin) ACF Taxonomy Fields: Tailored Access Permissions for Different Roles Reply To: ACF Taxonomy Fields: Tailored Access Permissions for Different Roles

  • You need to use an acf/load_field filter for the fields you want to change. In your filter you will check the current user role and set $field['add_term'] to true or false as needed.