Support

Account

Home Forums Backend Issues (wp-admin) Mulitple filters acf/load_field/name= breaks page.

Helping

Mulitple filters acf/load_field/name= breaks page.

  • 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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.