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