Used By
Used By | Description |
---|---|
wp-includes/script-loader.php: wp_tinymce_inline_scripts() | Adds inline scripts required for the TinyMCE in the block editor. |
wp-includes/class-wp-editor.php: _WP_Editors::editor_settings() |
Filters the third-row list of TinyMCE buttons (Visual tab).
(array) Third-row list of buttons.
(string) Unique editor identifier, e.g. 'content'. Accepts 'classic-block' when called from block editor's Classic block.
Version | Description |
---|---|
3.3.0 | The $editor_id parameter was added. |
2.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/mce_buttons_3