htmledit_pre
apply_filters( ‘htmledit_pre’, string $output )
过滤器::在为HTML编辑器格式化文本之前过滤文本。
Filter Hook: Filters the text before it is formatted for the HTML editor.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$output | (string) | HTML格式的文本。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.3.0 | wp-includes/deprecated.php:3609 | 2 | 0 |
htmledit_pre 为WP2原创文章,链接:https://www.wp2.cn/hook/htmledit_pre/