开发者 | neotrendy |
---|---|
更新时间 | 2024年11月1日 04:04 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[obfuscate_email]
and built-in WordPress function antispambot().
Features
email
required - Email address.link
optional - Set true if you want to create clickable email address.class
optional - Add space separated list of classes.The plugin converts email addresses characters from email
parameter of [obfuscate_email]
shortcode to HTML entities. Email addresses on your web page will be obfuscated (hidden) from bots, while keeping them visible to humans. In fact, there are no visible changes to your website for visitors.
View source code of your page (press Ctrl + U
in web browser) and look for the place, where an email address is placed. You should see decimal entities instead of email address.
** Please note ** Inspector in developer tools automatically decode decimal and hexadecimal entities. You need to use View source code.