I am attempting to load the CSS and JavasScript for my theme for use with ACF Extended dynamic iframe previews.
In Sage 10, I’d use bundle('app')->enqueue();
, but I’m not sure what the equivalent is.
I’m receiving an error using that code, although the method still exists.
Any ideas how to resolve this issue?