Is it possible to order the taxonomy terms alphabetically with the admin. I have an ACF Taxonomy field with checkboxes, but it’s outputting them in the order the terms were created and not alphabetically. How would I go about changing that? Here’s a screenshot for reference: http://b3.ms/Oq5nRlBQe90w
The default order of terms in WP is alphabetically by term name and ACF does not apply any arguments to change this except to show hierarchical taxonomies group by parent term.
If you are seeing a different order I would look for a filter or some other cause of this issue.
The only filter in ACF that can be used to change this is acf/fields/taxonomy/query