BUG in includes/wc-template-functions.php
-
Hi there
I’m using Booklovers theme with Visual Composer installed.
I’ve found a small bug in the shortcode named [product_categories]: it render the category title as an escaped html link instad of the name itself.I managed to solve this problem replacing line 760 with this one:
echo esc_html( $category->name );
(bad one)echo $category->name;
(new one)Please remove this issue in the next version, if possibile.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘BUG in includes/wc-template-functions.php’ is closed to new replies.