转换和修正 html 实体。
这个函数恢复正常的 html 实体,它把 'at&t' 转换成正确的 'at&t', ':' => ':', '&#xyzzy;' => '&#xyzzy;' 等等。
用法
参数
$string
(string) (required) 将修正 html 实体的字符串
default: none
返回值
(string)
已经修正了 html 实体的字符串
修改记录
since: 1.0.0
源文件
wp-includes/kses.php
转换和修正 html 实体。
这个函数恢复正常的 html 实体,它把 'at&t' 转换成正确的 'at&t', ':' => ':', '&#xyzzy;' => '&#xyzzy;' 等等。
$string
(string) (required) 将修正 html 实体的字符串
default: none
(string)
已经修正了 html 实体的字符串
since: 1.0.0
wp-includes/kses.php