Plugin inserts vCard into the_content, EVERYWHERE.
-
I’ve been wondering why my user profile’s website, location and email address are showing up all over the place since I updated this plugin.
Closer inspection reveals that WPCR seems to be injecting vCard markup into every call of the_content().
Here’s the offending markup that’s appearing where it shouldn’t be:
<div id="wpcr_respond_1"><div id="wpcr_hcard_h" class="vcard"><a class="url fn org" href="https://yyyyy.loc/">Yyyyy</a><br><span class="adr"><span class="country-name">USA</span> </span><a class="email" href="mailto:[email protected]">[email protected]</a></div></div>
This includes, worryingly, order emails sent to customers via WooCommerce!
Please could you look into this?
- The topic ‘Plugin inserts vCard into the_content, EVERYWHERE.’ is closed to new replies.