WordPress 常用函数 / wp_rel_nofollow
添加 rel="nofollow" 到所有 HTML 实体中 A 元素中。
<?php wp_rel_nofollow( $text ) ?>
<?php wp_rel_nofollow( $text ) ?>$text
(string) (required) 可能包含 A 元素的 HTML 片段
Default: None
(string)
添加了 rel="nofollow" 之后的字符串
使用了全局变量 $wpdb 去转义字符串。
Since: 1.5.0
wp-includes/formatting.php
