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

常用函数-clean_pre()

常用函数-clean_pre()

说明

该函数接收来自wpautop()preg_replace_callback 的匹配数组或字符串。

确保 <pre>…</pre> HTML块中的内容没有转换成段落或分行符。

用法

<?php clean_pre( $matches ) ?>

参数

$matches

(数组 | 字符串)(必需)数组或字符串

默认值:None

返回的值

(字符串)

未转换段落或分行符的<pre>块

示例

注释

  • 用法:若$matches是个数组,将数组值连接到字符串中

修改记录

自1.2.0版本起

源文件

clean_pre()位于 wp-includes/theme.php中。

相关资源

分类:中文手册

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