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