no_texturize_tags
apply_filters( ‘no_texturize_tags’, string[] $default_no_texturize_tags )
过滤器::过滤不进行纹理化的HTML元素列表。
Filter Hook: Filters the list of HTML elements not to texturize.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$default_no_texturize_tags | (string[]) | HTML元素名数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.8.0 | wp-includes/formatting.php:235 | 1 | 0 |
no_texturize_tags 为WP2原创文章,链接:https://www.wp2.cn/hook/no_texturize_tags/