[wordpress插件] Bin Email Spam Protection垃圾邮件垃圾邮件防护

wordpress 插件 文章 2020-03-05 07:00 550 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

The plugin searches the content before output and replaces all emails with a tricky javascript spam protection.

该插件会在输出之前搜索内容,并使用棘手的javascript垃圾邮件防护来替换所有电子邮件。

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 :: cryptMail('mail@example.com')= javascript:DeCryptX('jogpAflti / di')

BinEmailSpamProtection::cryptMailLink('mail@example.com', [optional text]) =

BinEmailSpamProtection :: cryptMailLink('mail@example.com',[可选文本])=

>mail@nospam-example.com

> mail @ nospam- example.com

BinEmailSpamProtection::linktext('mail@example.com') = mail@nospam-example.com

BinEmailSpamProtection :: linktext('mail@example.com')= mail @ nospam- example.com

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');

  $ protected =(class_exists('BinEmailSpamProtection')?BinEmailSpamProtection :: cryptMail('mail@example.com'):'mailto:'mail@example.com');

安装步骤

    1. Download, unzip and upload to your WordPress plugins directory
    2. 下载,解压缩并上传到您的WordPress插件目录

    3. Activate the plugin within you WordPress Administration Backend
    4. 在您的WordPress管理后端中激活插件

下载地址
https://downloads.wordpress.org/plugin/bin-email-spam-protection.1.0.0.zip
-EOF-

AI助手支持GPT4.0