mce_buttons

最后更新于:2021-11-27 06:57:18

apply_filters( ‘mce_buttons’, array $mce_buttons, string $editor_id )

Filters the first-row list of TinyMCE buttons (Visual tab).

参数

$mce_buttons

(array)
First-row list of buttons.

$editor_id

(string)
Unique editor identifier, e.g. ‘content’. Accepts ‘classic-block’ when called from block editor’s Classic block.

源文件

文件: gc-includes/class-gc-editor.php

View on Trac