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?