添加 rel="nofollow" 到所有 html 实体中 a 元素中。
用法
参数
$text
(string) (required) 可能包含 a 元素的 html 片段
default: none
返回值
(string)
添加了 rel="nofollow" 之后的字符串
注解
使用了全局变量 $wpdb 去转义字符串。
修改记录
since: 1.5.0
源文件
wp-includes/formatting.php
添加 rel="nofollow" 到所有 html 实体中 a 元素中。
$text
(string) (required) 可能包含 a 元素的 html 片段
default: none
(string)
添加了 rel="nofollow" 之后的字符串
使用了全局变量 $wpdb 去转义字符串。
since: 1.5.0
wp-includes/formatting.php