class-email-obfuscator.php
Email obfuscation — hides addresses from spam harvesters.
Table of Contents
Classes
- EmailObfuscator
- Obfuscates mailto: links and plain-text email addresses in front-end output. The real address is XOR-hex encoded into a data-cce attribute and restored client-side by the decoder script. Two modes share this class: the content-filter mode (process()) and the full-page-buffer mode (process_page()). See the module-7 and module-8 design specs.