转换一些字符:
<title> 和 <category> 这些标签将会被删除
<br> 和 <hr> 被转换成 <br /> 和 <hr /> 这样正确的写法。
一些 Unicode 的字符转换到转换到有效范围内。
用法
<?php convert_chars( $content, $deprecated ) ?>
参数
$content
(string) (required) 需要转换的字符串
Default: 无
$deprecated
(string) (optional) 舍弃的参数,不再使用。
Default: ''
返回值
(string)
转换之后的字符串。
修改记录
Since: 0.71
源文件
wp-includes/formatting.php.