Conversation
supportHello! I just wanted to tell you that I’ve found there is a bug which fails to append the correct after_widget arg. if you look at the code, there is an “else” statement which overwrites the $args var, so if the code runs that “else” part, then when it goes to “echo” the after_widget html, it fails. you could rename the $args var in the “else”, or store the before and after into vars at the beginning of the function, and then “echo” those vars rather than call $args again. cheers! https://wordpress.org/plugins/taxonomy-term-widget/
Hi, Thank you so much for finding bug. I have corrected it and also try to make better quality code in new version. Again Thanks
Hi, Thank you so much for finding bug. I have corrected it and also try to make better quality code in new version. Again Thanks