do_action( 'wp_tiny_mce_init', array $mce_settings )
Fires after tinymce.js is loaded, but before any TinyMCE editor instances are created.
Parameters
- $mce_settings
-
TinyMCE settings array.
Source
Changelog
Version | Description |
---|---|
WP-3.9.0 | Introduced. |