cleverness / widget-css-classes

WordPress Plugin to add CSS classes to Widgets
GNU General Public License v3.0
21 stars 11 forks source link

Option to remove duplicates #25

Closed JoryHogeveen closed 7 years ago

JoryHogeveen commented 7 years ago

Currently the classes are simply prepended to the class attribute with a preg_replace. I've created a method in my order (similar) plugin that can handle duplicates and both qouble and single quotes. See: https://github.com/JoryHogeveen/genesis-widget-column-classes/blob/1.2.2/genesis-widget-column-classes.php#L389-L458

Lets patch it over along with it's unit tests!