mce_buttons_3

最后更新于:2021-11-27 07:02:42

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

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

参数

$mce_buttons_3

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