do_shortcodes_in_html_tags()
do_shortcodes_in_html_tags( string $content, bool $igno…
do_shortcodes_in_html_tags( string $content, bool $ignore_html, array $tagnames )
只在HTML元素内部搜索并处理快捷方式。
Search only inside HTML elements for shortcodes and process them.
目录锚点:#说明#参数#返回#源码
说明(Description)
元素内的任何[或]字符都将被HTML编码,以防止与元素外的快捷方式发生冲突。假设已由KSES处理$content。如果标签中嵌套了尖括号,则具有未筛选的html功能的用户可能会得到意外的输出。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$content | (string) | 必需 | 搜索快捷方式的内容 |
$ignore_html | (bool) | 必需 | 如果为true,则元素中的所有方括号都将被编码。 |
$tagnames | (array) | 必需 | 要查找的快捷方式列表。 |
返回(Return)
(string)过滤掉了快捷方式的内容。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.2.3 | wp-includes/shortcodes.php:373 | 2 | 4 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!