Support

Account

Home Forums Backend Issues (wp-admin) Disable ACF in Backend Reply To: Disable ACF in Backend

  • Hi @pixelsmart

    Yes, the acf object needs to exist for some variables. Perhaps you can define it like so:

    
    acf = {};
    

    If you put that in your js file or even in an inline script tag on the admin page, ACF should work.

    Thanks
    E