Support

Account

Home Forums Front-end Issues Error when creating new post Reply To: Error when creating new post

  • add_action( 'init', 'brandpage_form_head' );
    function brandpage_form_head(){
    	acf_form_head();
    }

    This solved it for me, thank you a lot!