Filter hook 'teeny_mce_buttons'

in WP Core File wp-includes/class-wp-editor.php at line 636

Description

Filters the list of teenyMCE buttons (Text tab).

Occurrences

Filename Line Number
wp-includes/class-wp-editor.php 636

Parameters

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

PHP Doc

/**
				 * 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'.
				 */