mce_buttons_2

最后更新于:2021-11-27 07:00:39

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

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

参数

$mce_buttons_2

(array)
Second-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