过滤TinyMCE按钮的第一行列表(可视选项卡)。
原型
apply_filters( 'mce_buttons', array $buttons, string $editor_id )
参数
$buttons
(array)
第一行按钮列表。
$editor_id
(string)
唯一的编辑器标识符’内容’。
源文件
路径:wp-includes/class-wp-editor.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/mce_buttons/