WordPress函数文档force_balance_tags()

补全字符串中的标签 描述 译文 用改进的堆栈自动校正字符串标签。 忽略’use_balanceTags’选项。…

补全字符串中的标签

描述

译文

用改进的堆栈自动校正字符串标签。

忽略’use_balanceTags’选项。

原文

补全字符串中的标

忽略 ‘use_balanceTags项。

用法

<?php force_balance_tags$text ?>

This function is used in the short post excerpt list, to prevent unmatched elements.For example, it makes <div><b>This is an excerpt. <!--more--> and this is more text... </b></div>not break, when the html after the more tag is cut off.

参数

$text

(string) (必填) 需要补全标签

默认值: None

返回值

(string) 

补全签之后的文本

示例

In the example above,

<div><b>This is an excerpt. 


should be changed to:

<div><b>This is an excerpt. </b></div>


by the force_balance_tags function.

注意

  • balanceTags() 函数将先判断 ‘use_balanceTags项和 $force 参数是否一个为 true,然后force_balance_tags() 行补标签操作。

历史

添加于 版本: 2.0.4

源文件

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

=>(>@acm.org>

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

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

评论 (0)COMMENT