On this page
do_action( 'after_wp_tiny_mce', array $mce_settings )
Fires after any core TinyMCE editor instances are created.
Parameters
$mce_settingsarray-
TinyMCE settings array.
Source
File: wp-includes/class-wp-editor.php. View all references
do_action( 'after_wp_tiny_mce', self::$mce_settings );
Related
Used By
| Used By | Description |
|---|---|
| _WP_Editors::editor_js() wp-includes/class-wp-editor.php | Print (output) the TinyMCE configuration and initialization scripts. |
Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/after_wp_tiny_mce