WordPress函数文档antispambot()

将 Email 地址的字符转化成 HTML entities 以便防止垃圾邮件 描述 译文 将电子邮件地址的字…

将 Email 地址的字符转化成 HTML entities 以便防止垃圾邮件

描述

译文

将电子邮件地址的字符转换为HTML实体以阻止广告机器人。

原文

将 Email 地址的字符转化成 HTML entities 以便防止垃圾邮件。

用法

<?php antispambot$emailaddy$hex_encoding ?>

参数

$emailaddy

(string) (必填) Email 地

默认值: None

$hex_encoding

(integer) (可选) 0 或者 1. 用编码.

值: 0

返回值

(string) 

转化之后的 Email 地址。

示例

To use this in your WordPress Content area all you have to do it wrap it in a short code.

You can also use this in a plain text widget if you add this filter to your function file as well.

Default Usage

This will output the email like this in the HTML:

But it will appear as a normal email address to anyone using a web browser:

历史

添加于 版本: 0.71

源文件

antispambot() 函数的代码位于 wp-includes/formatting.php.

  • 原文:http://codex.wordpress.org/Function_Reference/antispambot
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT