filter_block_content()
filter_block_content( string $text, array[]|string $all…
filter_block_content( string $text, array[]|string $allowed_html = ‘post’, string[] $allowed_protocols = array() )
过滤和清理块内容,以从已分析的块属性值中删除不允许的HTML。
Filters and sanitizes block content to remove non-allowable HTML from parsed block attribute values.
目录锚点:#参数#返回#源码
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$text | (string) | 必需 | 可能包含块内容的文本。 |
$allowed_html | (array[] | string) | 可选 | 允许的HTML元素和属性的数组,或上下文名称,如“post”。 |
$allowed_protocols | (string[]) | 可选 | 允许的URL协议的数组。 |
返回(Return)
(string)过滤和消毒的内容结果。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.3.1 | wp-includes/blocks.php:271 | 1 function | 3 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!