Skip to content

How to exclude WordPress native classes by Regex? #1082

@nahid

Description

@nahid

I want to exclude-classes for all the native WordPress classes by Regex? I also tried the given way, but it's not working

Tried these ways

exclude-classes => ['/^WP_/'],

// and

exclude-classes => ['WP_*'],

but these did not work properly. Please help me, how can I do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions