Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-editor.php | do_action | 1650 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $mce_settings | TinyMCE settings array. |