Filters the list of teenyMCE buttons (Text tab).
Parameters
$mce_buttons
array- An array of teenyMCE buttons.
$editor_id
string- Unique editor identifier, e.g.
'content'
.
Source
$mce_buttons = apply_filters( 'teeny_mce_buttons', $mce_buttons, $editor_id );
User Contributed Notes