Support

Account

Home Forums Front-end Issues Prevent acf_form_head Being Added Twice Reply To: Prevent acf_form_head Being Added Twice

  • You can try

    
    if (did_action('acf/submit_form')) == 0) {
      acf_form_head();
    }