常用函数-wp_filter_post_kses()

0条评论

说明

在日志正文中检查含有合法HTML标签的文本。

日志正文指类型为“日志(post)”的页面内容,而非表格中的 $_POST数据。

用法

<?php wp_filter_post_kses( $data ) ?>

参数

$data

(字符串)(必需)需要检查的日志正文

默认值:None

返回的值

(字符串)

检查后的、含有合法HTML标签以及完整属性的日志正文

示例

注释

    使用全局变量:(未知)$allowedposttags
  •  

函数历史

始见于2.0.0版本

源文件

wp_filter_post_kses()位于wp-includes/kses.php中。

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.