Review stars not visible on single product
-
woocommerce-reviews.php line 537 wp_add_inline_script()
generates and dups HTML to DOM and after line 545 wp_kses($snippet_disable, [])
string generated on line 527for (let i=1; i < ReviewsIO_additionalSnippets.length; i++) {
Becommes
for (let i=1; i < ReviewsIO_additionalSnippets.length; i++) {
This causes error and rating starts not visible because of that. geting rid of wp_kses() on line 545 solves issue, but not sure if this cause more isses somewhere else. Plugin version 1.3.2, can this be amended please ??
- The topic ‘Review stars not visible on single product’ is closed to new replies.