Filters the list of teenyMCE plugins.
Parameters
$plugins
array- An array of teenyMCE plugins.
$editor_id
string- Unique editor identifier, e.g.
'content'
.
Source
$plugins = apply_filters(
'teeny_mce_plugins',
array(
'colorpicker',
'lists',
'fullscreen',
'image',
'wordpress',
'wpeditimage',
'wplink',
),
$editor_id
);
User Contributed Notes
You must log in before being able to contribute a note or feedback.