首页    >    中文手册    >   常用函数-format_to_edit()

常用函数-format_to_edit()

常用函数-format_to_edit()

说明

处理将要被编辑的文本。

$richedit未赋值时只是一个存储“format_to_edit”过滤器的文件夹。如果$richedit被设为true,那么 htmlspecialchars会在文本上运行并将特定字符转换为 HTML实体。

用法

<?php format_to_edit( $content, $richedit ) ?>

参数

$content

(字符串)(必需)需要被编辑的文本。

默认值:None

$richedit

(布尔值)(可选)$content是否应该传递htmlspecialchars

默认值:false

返回的值

(字符串)

运行过滤器(可能包括htmlspecialchar)之后的文本

示例

注释

修改记录

自0.71版本后

源文件

format_to_edit()位于 wp-includes/formatting.php中。

相关资源

分类:中文手册

* 版权声明:作者WordPress啦! 转载请注明出处。