wp_tiny_mce_init WordPress Action Hook
The wp_tiny_mce_init hook is used to initialize the WordPress tinyMCE editor. This hook is typically used to add custom buttons or plugins to the editor.
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
(array)TinyMCE settings array.
Source
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |