Hi there
Am I right in thinking ACF5 pro no longer has filter for taxonomy field like ACF4 used to.
In my functions.php I have this filter registered to filter the taxonomy to filter the taxonomy to children of a certain parent.
add_filter('acf/fields/taxonomy/wp_list_categories', 'my_taxonomy_args', 10, 2);
I did this, in discussion with Elliot some time ago – http://support.advancedcustomfields.com/forums/topic/taxonomy-field-type-filter-to-only-show-parents/
Could we bring back this feature?
Thanks
Charlie