When trying to use two filters for the acf/load_field/name= to edit select options my page breaks. When i use just one they both work as i need them to.
Any idea why using two at the same time breaks?
add_filter(‘acf/load_field/name=location_name’, ‘acf_load_location_name_field_choices’);
add_filter(‘acf/load_field/name=course_length’, ‘acf_load_course_length_field_choices’, 10, 3);
You will need to post the code for your filters.