Description
Filters the teenyMCE config before init.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-editor.php | 802 |
Parameters
Type | Name | Description |
---|---|---|
array | $mce_init | An array with teenyMCE config. |
string | $editor_id | Unique editor identifier, e.g. 'content'. |
PHP Doc
/**
* Filters the teenyMCE config before init.
*
* @since 2.7.0
* @since 3.3.0 The `$editor_id` parameter was added.
*
* @param array $mce_init An array with teenyMCE config.
* @param string $editor_id Unique editor identifier, e.g. 'content'.
*/