Hi,
I need to cloak the mailaddresses. When entering a mail as plain text or when I use $cck->renderField the mail is cloaked, but when using below code to create a mail button the address does not get cloaked.
href="mailto:<?php echo $cck->getValue( 'shop_email' ); ?>"
Any suggestions?