On this page
apply_filters( 'teeny_mce_plugins', array $plugins, string $editor_id )
Filters the list of teenyMCE plugins.
Parameters
$pluginsarray-
An array of teenyMCE plugins.
$editor_idstring-
Unique editor identifier, e.g.
'content'.
Source
File: wp-includes/class-wp-editor.php. View all references
$plugins = apply_filters(
'teeny_mce_plugins',
array(
'colorpicker',
'lists',
'fullscreen',
'image',
'wordpress',
'wpeditimage',
'wplink',
),
$editor_id
);
Related
Used By
| Used By | Description |
|---|---|
| _WP_Editors::editor_settings() wp-includes/class-wp-editor.php |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/teeny_mce_plugins