pre_ent2ncr钩子是Wordpress钩子,过滤器挂钩:在命名实体转换为编号实体之前过滤文本。
apply_filters( ‘pre_ent2ncr’, string|null $converted_text, string $text )
说明(Description)
必须返回非空字符串才能计算筛选器。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$converted_text | (string | null) | 要转换的文本。默认为空。 |
$text | (string) | 实体转换之前的文本。 |
源码(Source)
//zz2zz.com提示暂无代码
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.3.0 | wp-includes/formatting.php:3922 | 1 | 0 |