after_wp_tiny_mce WordPress Action Hook
The after_wp_tiny_mce hook is used to add custom content to the TinyMCE editor. This is useful if you want to add custom buttons or other content to the editor.
do_action( 'after_wp_tiny_mce', array $mce_settings ) #
Fires after any core TinyMCE editor instances are created.
Parameters
- $mce_settings
(array)TinyMCE settings array.
Source
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |