themehybrid / hybrid-core

Official repository for the Hybrid Core WordPress development framework.
GNU General Public License v2.0
689 stars 144 forks source link

Fix class filter #160

Closed nextgenthemes closed 6 years ago

nextgenthemes commented 6 years ago

I was getting a $value not defined error and indeed the $value is never defined in that method. I also did not understand the $this->attr[ $name ] and figure you probably meant $this->attr['class'].

After this change the class filter works as expected.

justintadlock commented 6 years ago

Looks like I forgot to change things when I moved the hook outside of the foreach loop in another method.