Support

Account

Home Forums Backend Issues (wp-admin) Field Type: image is gone Reply To: Field Type: image is gone

  • Look in your theme for a call to any acf function that may be called before “acf/init” happens. More than likely acf is being initialized prematurely.

    You need to get this narrowed down to just ACF and whatever was in your theme, so I would start by deactivating all other plugins except ACF.

    Try looking at any code changes you made before is stopped working.