Forums
Home / Plugin: Smart WooCommerce Swatches, Photos And Filter by Attribute / Notices for Image swatches
(@hippo4u)
6 years, 9 months ago
Hey! Thank your for the nice Plugin its really awesome!
I found a bug in the file class-frontend.php In row 256 you use a undefined variable.
esc_attr( $term->slug ) to esc_attr( $meta_option ) and all work very well for me ??
esc_attr( $term->slug )
esc_attr( $meta_option )