百度 | 神马 | 搜狗 | 技术文档 | 学习资料分享 - 记录帝国CMS及运维技术的点点滴滴
你的位置:首页 > 实用IT技术 » 正文

【Wordpress相关】WordPress 常用函数 / wp_kses_html_error

发布时间:2020-09-17

WordPress 常用函数 / wp_kses_html_error,

简介

处理 中的解析错误。

用法

<?php wp_kses_html_error( $string ) ?>

参数

$string
(string) (required)
Default: None

返回值

(string)
处理之后的字符串

修改记录

Since: 1.0.0

源文件

wp-includes/kses.php

Top