Filters the list of default TinyMCE plugins.
The filter specifies which of the default plugins included in WordPress should be added to the TinyMCE instance.
$pluginsarray
$editor_idstring
'content'. Accepts 'classic-block' when called from block editor’s Classic block.$plugins = array_unique( apply_filters( 'tiny_mce_plugins', $plugins, $editor_id ) );
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/tiny_mce_plugins