Hello,
I created a custom taxonomy viz Email and entered a email address. But when I came back to modify the slug, I saw the following code appended in the Name field of the Email taxonomy but slug remains the same.
some-email-address@test.com/* <![CDATA[ */(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();/* ]]> */
Any clues what could be wrong and from where this code is getting appended.
Thanks,
Alok
Update: Today I found something new. If I separate @ with space (for e.g. some-email-address @ test.com), that strange code does not gets appended. However, for the existing taxonomies, I had to edit them and remove the code that was already appended.
Dear Alok,
You must have another plugin installed trying to protect your email address from spam bots. Is this the case?
Regards
Caridad
Hello,
I tried deactivating all the plugins but still the same thing. I then tried this in my localhost installation with default WP theme and wasn't able to replicate this problem.
Looks like this has something to do with iFeature Pro theme. I will try if I can get some support from there.
Thanks,
Alok
Update: I was finally able to figure this out. This appears to be happening out of CloudFlare's E-mail address obfuscation feature.