Description
Fires after tinymce.js is loaded, but before any TinyMCE editor instances are created.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-editor.php | 1658 |
Parameters
Type | Name | Description |
---|---|---|
array | $mce_settings | TinyMCE settings array. |
PHP Doc
/**
* Fires after tinymce.js is loaded, but before any TinyMCE editor
* instances are created.
*
* @since 3.9.0
*
* @param array $mce_settings TinyMCE settings array.
*/