Two examples of jQuery code that produce an error for `Stylesheets must be registered/enqueued via wp_enqueue_style` `$('link[rel="stylesheet"]:not([data-inprogress])').forEach(StyleFix.link);` and `$('link[rel="stylesheet"]').forEach(StyleFix.link);`
Two examples of jQuery code that produce an error for
Stylesheets must be registered/enqueued via wp_enqueue_style$('link[rel="stylesheet"]:not([data-inprogress])').forEach(StyleFix.link);and
$('link[rel="stylesheet"]').forEach(StyleFix.link);