WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about teeny_mce_buttons

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-editor.php apply_filters 628 /**
* Filters the list of teenyMCE buttons (Text tab).
*
* @since 2.7.0
* @since 3.3.0 The `$editor_id` parameter was added.
*
* @param array $mce_buttons An array of teenyMCE buttons.
* @param string $editor_id Unique editor identifier, e.g. 'content'.
*/

Hook Parameters

Parameter Type Name Description
array $mce_buttons An array of teenyMCE buttons.
string $editor_id Unique editor identifier, e.g. 'content'.