开发者 | tillkruess |
---|---|
更新时间 | 2024年8月21日 12:25 |
捐献地址: | 去捐款 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv3 |
版权网址: | 版权信息 |
[encode]
shortcode:
[encode]+1 (555) 123-4567[/encode] [encode link="tel:+15551234567"]+1 (555) 123-4567[/encode]
Premium Features
/email-address-encoder/
directory and its contents to /wp-content/plugins/
.This plugin searches for email addresses using WordPress filters like the_content
, widget_text
and others. Found email addresses are encoded using decimal and hexadecimal HTML entities, which obfuscates the email addresses to protect it from being read by most email-harvesting robots.
Alternatively, you can use the [encode]
shortcode: [encode]+1 (555) 123-4567[/encode]
You can use the "Page Scanner" found under Settings -> Email Encoder to see whether all your email addresses are protected. Alternatively, you can manually look at the "page source" of your site. Please note: Chrome’s Developer Tools, Safari’s Web Inspector and others automatically decode decimal and hexadecimal entities. You need to look at the "plain HTML source code".
This guide will help you encode all email addresses that aren’t caught.
class
attribute to [encode]
shortcodelink
shortcode attributelink
attribute to [encode]
shortcodeencode
keywordEAE_REGEXP
constanteae_email_callback
filtereae_method
filter in shortcodeEAE_DISABLE_NOTICES
check stricter$hex
parameter to eae_encode_str()
methodEAE_DISABLE_NOTICES
constant to disable all notices and promotions[encode]
shortcodeeae_encode_emails()
doesn’t receive a string
EAE_FILTER_PRIORITY
constant to adjust default filter priority