Description
Filters the fourth-row list of TinyMCE buttons (Visual tab).
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-editor.php | 731 |
wp-includes/script-loader.php | 597 |
Parameters
Type | Name | Description |
---|---|---|
array | $mce_buttons_4 | Fourth-row list of buttons. |
string | $editor_id | Unique editor identifier, e.g. 'content'. Accepts 'classic-block' when called from block editor's Classic block. |
PHP Doc
/**
* Filters the fourth-row list of TinyMCE buttons (Visual tab).
*
* @since 2.5.0
* @since 3.3.0 The `$editor_id` parameter was added.
*
* @param array $mce_buttons_4 Fourth-row list of buttons.
* @param string $editor_id Unique editor identifier, e.g. 'content'. Accepts 'classic-block'
* when called from block editor's Classic block.
*/