More Social Icons Broken
-
Hi
There is an issue with the code for more social icons popups. Other than email and vk all others are broken.
class Wc_ss_btns_Public – line:508 –
$btns .= '<i class="socicon-<?php echo key($network); ?>"></i>';
is printing as it is in html content.
Ideally should be:
$btns .= '<i class="socicon-'. key($network) . '"></i>';
Hopefully it will be fixed in new version.Edited: Oh and there is a call to deprecated function as well: get_woocommerce_term_meta in same class under function insert_fb_in_head() line 165.
Regards
- The topic ‘More Social Icons Broken’ is closed to new replies.