before_wp_tiny_mce WordPress Action Hook
The before_wp_tiny_mce hook is called before the WordPress TinyMCE editor is initialized. This hook can be used to add custom TinyMCE configuration options or to modify the default configuration.
do_action( 'before_wp_tiny_mce', array $mce_settings ) #
Fires immediately before the TinyMCE settings are printed.
Parameters
- $mce_settings
(array)TinyMCE settings array.
Source
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |