Skip to content

False positive on loading stylesheet in JS file #202

@joyously

Description

@joyously

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);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions