mce_buttons_3
apply_filters( ‘mce_buttons_3’, array $mce_buttons_3 , string $editor_id )
过滤器::过滤TinyMCE按钮的第三行列表(Visual选项卡)。
Filter Hook: Filters the third-row list of TinyMCE buttons (Visual tab).
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$mce_buttons_3 | (array) | 第三行按钮列表。 |
$editor_id | (string) | 唯一的编辑器标识符,例如“内容”。从块编辑器的经典块调用时接受“经典块”。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.3.0 | wp-includes/class-wp-editor.php:714 | 2 | 0 |
mce_buttons_3 为WP2原创文章,链接:https://www.wp2.cn/hook/mce_buttons_3/