WordPress函数文档clean_pre()

清除Html代码中的pre标签 描述 译文 该函数接收来自wpautop()中preg_replace_cal…

清除Html代码中的pre标签

描述

译文

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

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

原文

Accepts matches array from preg_replace_callback in wpautop() or a string.

Ensures that the contents of a <pre>…</pre> HTML block are not converted into paragraphs or line-breaks.

用法

<?php clean_pre$matches ?>

参数

$matches

(array|string) (必填) The array or string

默认值: None

返回值

(string) 

The pre block without paragraph/line-break conversion.

注意

  • Note: If $matches is an array the array values are concatenated into a string.

历史

添加于 版本: 1.2.0

源文件

clean_pre() 函数的代码位于 wp-includes/formatting.php.

  • 原文:http://codex.wordpress.org/Function_Reference/clean_pre
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT