Forums
(@nextbuzz)
8 years, 3 months ago
I’ve got the same issue. As a temp fix you can disable ACF loading select2:
add_filter('acf/settings/enqueue_select2', '__return_false');
This might give new issues in ACF itself, but I’ve not extensively tested this.