Linux 软件免费装

Email Spam Protection

开发者 berginformatik
更新时间 2021年3月27日 00:59
PHP版本: 3.7 及以上
WordPress版本: 5.7
版权: GPLv2 or later

标签

email spam protect protection

下载

1.1.0

详情介绍:

The plugin searches the content before output and replaces all emails with a tricky javascript spam protection. The visitor will not notice any change, only spam bots can not grab your emails anymore. For your themes, the plugin provides some handy helper functions to protect emails. BinEmailSpamProtection::cryptMail('mail@example.com') = javascript:DeCryptX('jogpAflti/di') BinEmailSpamProtection::cryptMailLink('mail@example.com', [optional text]) = <a class="noSpam" href="javascript:DeCryptX('jogpAflti/di')"><span class="noSpam-text">mail@<span class="noSpam-at">nospam-</span>example.com</span></a> BinEmailSpamProtection::linktext('mail@example.com') = <span class="noSpam-text">mail@<span class="noSpam-at">nospam-</span>example.com</span> To avoid problems when the plugin is not active, check to see if the class exists before using it: $protected = (class_exists('BinEmailSpamProtection') ? BinEmailSpamProtection::cryptMail('mail@example.com') : 'mailto:'mail@example.com');

安装:

  1. Download, unzip and upload to your WordPress plugins directory
  2. Activate the plugin within you WordPress Administration Backend

升级注意事项:

Nothing here :)

更新日志: